mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.
This commit is contained in:
@@ -6,7 +6,7 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-R")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h")
|
||||
SET(CMAKE_EXE_EXPORTS_C_FLAG "--export-dynamic")
|
||||
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
|
||||
|
||||
SET(CMAKE_C_FLAGS_INIT "")
|
||||
SET(CMAKE_C_FLAGS_DEBUG_INIT "-g")
|
||||
|
||||
Reference in New Issue
Block a user