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