File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ if(SUNPRO)
172
172
173
173
set (options
174
174
-m64
175
+ -mt
175
176
-xatomic=studio
176
177
-xtarget=generic # more portable code
177
178
-xdebuginfo=no%decl # faster build times
@@ -394,7 +395,7 @@ else()
394
395
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
395
396
add_compile_options (-fvisibility-ms-compat )
396
397
elseif (CMAKE_CXX_COMPILER_ID MATCHES "SunPro" )
397
- add_compile_options (-xldscope=hidden )
398
+ add_compile_options (-xldscope=symbolic )
398
399
elseif (CMAKE_COMPILER_IS_GNUCXX )
399
400
add_compile_options (-fvisibility=hidden )
400
401
endif ()
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ if(cdk_stand_alone)
70
70
71
71
set (options
72
72
-m64
73
+ -mt
73
74
-std=c++11
74
75
-library=stdcpp
75
76
-xatomic=studio
You can’t perform that action at this time.
0 commit comments