aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-13 07:35:32 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-13 07:35:32 -0700
commit1bcd168dadd28adddcb4eea41b458349f7139d6c (patch)
tree6d1549147ebd57346d58f4dac32fef6dde23b228
parent0349749a6c05aee320ee7436756c76057e4f1de4 (diff)
downloadbun-jarred/standalone-repro1.tar.gz
bun-jarred/standalone-repro1.tar.zst
bun-jarred/standalone-repro1.zip
does not segfaultjarred/standalone-repro1
-rw-r--r--src/cli/build_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig
index 826eca9a1..db944e22c 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;
}