We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e461af commit a5f36b2Copy full SHA for a5f36b2
CMakeLists.txt
@@ -177,9 +177,13 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} ${JAVA_CC_EXTRA_FLAGS}")
177
if(POLICY CMP0063)
178
cmake_policy(SET CMP0063 NEW)
179
endif()
180
+
181
+# when using mutrace comment the next 3 lines and uncomment the last 2
182
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
183
set(CMAKE_C_VISIBILITY_PRESET hidden)
184
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
185
+#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -rdynamic")
186
+#set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -rdynamic")
187
188
if (CMAKE_GENERATOR MATCHES "Ninja")
189
set(LEX_FLAGS )
0 commit comments