aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f68b15c42..5d3d639f8 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ mimalloc:
bun-link-lld-debug:
clang++ $(BUN_LLD_FLAGS) \
- $(DEBUG_BUN)/bun.o \
+ $(DEBUG_BIN)/bun.o \
-Wl,-dead_strip \
-ftls-model=local-exec \
-flto \