aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-14 23:02:48 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-14 23:02:48 -0700
commit0854188f3cf5c4b9d2af5c623b41f73050426bf7 (patch)
tree8e92ce59e6cb327b4ce5e1804b05479b0c727f67
parent0cfcb96e5cc0b6ba3b151d13f011323172a29b58 (diff)
downloadbun-0854188f3cf5c4b9d2af5c623b41f73050426bf7.tar.gz
bun-0854188f3cf5c4b9d2af5c623b41f73050426bf7.tar.zst
bun-0854188f3cf5c4b9d2af5c623b41f73050426bf7.zip
fix
-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 \