fix(build): use specific version of lld for link on unix (#12907)

This commit is contained in:
Andrew Johnston
2024-07-28 18:38:01 -07:00
committed by GitHub
parent a5ba02804f
commit 80e651aca3

View File

@@ -1223,7 +1223,7 @@ endif()
if(UNIX AND NOT APPLE)
target_link_options(${bun} PUBLIC
-fuse-ld=lld
-fuse-ld=lld-${LLVM_VERSION}
-fno-pic
-static-libstdc++
-static-libgcc