diff options
author | 2022-06-23 02:49:46 -0700 | |
---|---|---|
committer | 2022-06-23 02:49:46 -0700 | |
commit | a589153d8969f5517f4d70febe733489399e8df6 (patch) | |
tree | 26dc26d841441e5748564b403c90de00f4f6662e | |
parent | 252f8a0eec27b07cf93c908b77557a0eff077e62 (diff) | |
download | bun-a589153d8969f5517f4d70febe733489399e8df6.tar.gz bun-a589153d8969f5517f4d70febe733489399e8df6.tar.zst bun-a589153d8969f5517f4d70febe733489399e8df6.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |