mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
does not segfault
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user