diff options
author | 2023-03-31 19:20:11 -0700 | |
---|---|---|
committer | 2023-03-31 19:20:11 -0700 | |
commit | 8904398619d3ccc9967af6543710999988a61e31 (patch) | |
tree | c9e77c4dd53f99d353a02aa695ac2b867e2f79d5 | |
parent | 685e298146af11215e372d974de625e8a551061e (diff) | |
download | bun-8904398619d3ccc9967af6543710999988a61e31.tar.gz bun-8904398619d3ccc9967af6543710999988a61e31.tar.zst bun-8904398619d3ccc9967af6543710999988a61e31.zip |
remove debug symbols (#2527)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |