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