diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index 826eca9a16..db944e22cb 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -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; }