Retain linker flags specified on cmake command line.
llvm-svn: 183857
This commit is contained in:
parent
59175a1523
commit
30feecd2a7
|
|
@ -151,7 +151,7 @@ if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
set(CMAKE_MODULE_LINKER_FLAGS "-Wl,-flat_namespace -Wl,-undefined -Wl,suppress")
|
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,-flat_namespace -Wl,-undefined -Wl,suppress")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue