aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-03-31 19:20:11 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-31 19:20:11 -0700
commit8904398619d3ccc9967af6543710999988a61e31 (patch)
treec9e77c4dd53f99d353a02aa695ac2b867e2f79d5
parent685e298146af11215e372d974de625e8a551061e (diff)
downloadbun-8904398619d3ccc9967af6543710999988a61e31.tar.gz
bun-8904398619d3ccc9967af6543710999988a61e31.tar.zst
bun-8904398619d3ccc9967af6543710999988a61e31.zip
remove debug symbols (#2527)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 311a1d611..96c8885e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1550,7 +1550,7 @@ $(OBJ_DIR)/%.o: src/bun.js/bindings/webcrypto/%.cpp
-fno-rtti \
-ferror-limit=1000 \
$(EMIT_LLVM) \
- -g3 -c -o $@ $<
+ -c -o $@ $<
# $(DEBUG_OBJ_DIR) is not included here because it breaks
# detecting if a file needs to be rebuilt