aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-23 02:49:46 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-23 02:49:46 -0700
commita589153d8969f5517f4d70febe733489399e8df6 (patch)
tree26dc26d841441e5748564b403c90de00f4f6662e
parent252f8a0eec27b07cf93c908b77557a0eff077e62 (diff)
downloadbun-a589153d8969f5517f4d70febe733489399e8df6.tar.gz
bun-a589153d8969f5517f4d70febe733489399e8df6.tar.zst
bun-a589153d8969f5517f4d70febe733489399e8df6.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38ee8a7b5..1cdd8b943 100644
--- a/Makefile
+++ b/Makefile
@@ -1214,7 +1214,7 @@ wasm-return1:
EMIT_LLVM_FOR_RELEASE=-emit-llvm -flto="full"
EMIT_LLVM_FOR_DEBUG=
-EMIT_LLVM=$(EMIT_LLVM_FOR_DEBUG)
+EMIT_LLVM=$(EMIT_LLVM_FOR_RELEASE)
# We do this outside of build.zig for performance reasons
# The C compilation stuff with build.zig is really slow and we don't need to run this as often as the rest