diff options
-rw-r--r-- | GNUmakefile.llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index d5dcb09b..2e806ab8 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -327,7 +327,7 @@ endif # User teor2345 reports that this is required to make things work on MacOS X. ifeq "$(SYS)" "Darwin" - CLANG_LFL += -Wl,-flat_namespace -Wl,-undefined,suppress + CLANG_LFL += -Wl,-undefined,dynamic_lookup override LLVM_HAVE_LTO := 0 override LLVM_LTO := 0 else |