does not segfault

This commit is contained in:
Jarred Sumner
2023-05-13 07:35:32 -07:00
parent 0349749a6c
commit 1bcd168dad

View File

@@ -273,7 +273,7 @@ pub const BuildCommand = struct {
}
if (ctx.bundler_options.compile) {
try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile);
// try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile);
break :dump;
}