Merge pull request #2217 from carlocab/macos-flags

Update macOS linker flags in GNUmakefile.llvm
This commit is contained in:
van Hauser
2024-10-07 10:01:25 +02:00
committed by GitHub

View File

@ -327,7 +327,7 @@ endif
# User teor2345 reports that this is required to make things work on MacOS X. # User teor2345 reports that this is required to make things work on MacOS X.
ifeq "$(SYS)" "Darwin" ifeq "$(SYS)" "Darwin"
CLANG_LFL += -Wl,-flat_namespace -Wl,-undefined,suppress CLANG_LFL += -Wl,-undefined,dynamic_lookup
override LLVM_HAVE_LTO := 0 override LLVM_HAVE_LTO := 0
override LLVM_LTO := 0 override LLVM_LTO := 0
else else