mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-21 21:54:25 +00:00
Merge pull request #2217 from carlocab/macos-flags
Update macOS linker flags in GNUmakefile.llvm
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user