aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-04 08:44:44 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-04 08:44:44 -0700
commit0e1941ce21367bb88a87a3bb74aaed8d8ffde879 (patch)
tree870461479774e2db0c0291a10c09f37d4ba64558
parent039fb0732c98cea3c948d5696f501e8eb3920259 (diff)
downloadbun-0e1941ce21367bb88a87a3bb74aaed8d8ffde879.tar.gz
bun-0e1941ce21367bb88a87a3bb74aaed8d8ffde879.tar.zst
bun-0e1941ce21367bb88a87a3bb74aaed8d8ffde879.zip
ughh
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87f061555..5d2a9d4f5 100644
--- a/Makefile
+++ b/Makefile
@@ -321,7 +321,8 @@ PLATFORM_LINKER_FLAGS = $(CFLAGS) \
${STATIC_MUSL_FLAG} \
-Wl,-Bsymbolic-functions \
-fno-semantic-interposition \
- -flto
+ -flto \
+ --allow-multiple-definition
ARCHIVE_FILES_WITHOUT_LIBCRYPTO += $(BUN_DEPS_OUT_DIR)/libbacktrace.a
endif