Skip to content

Commit

Permalink
Revert "macos: try -Wl,-ld_new"
Browse files Browse the repository at this point in the history
This reverts commit 2ae4c2a.
  • Loading branch information
vszakats committed Jul 31, 2024
1 parent 2ae4c2a commit 0d38cef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ build_single_target() {
if [ "${_TOOLCHAIN}" = 'llvm-apple' ]; then
# --target= works too, but prefer -arch for its multi-arch support (we are not using it yet)
_CC_GLOBAL="clang${_CCSUFFIX} -arch ${_machines}"
_LDFLAGS_GLOBAL+=' -Wl,-ld_new'
else
_CC_GLOBAL="clang${_CCSUFFIX} --target=${_TRIPLET}"
fi
Expand Down

0 comments on commit 0d38cef

Please sign in to comment.