diff --git a/CMakeLists.txt b/CMakeLists.txt index e6841c428..7555fb54d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -347,17 +347,11 @@ else() $<$:DEBUG> $<$:NDEBUG> ) - if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - add_compile_definitions($<$:_GLIBCXX_DEBUG>) - endif() add_compile_definitions( $<$:DEBUG> $<$:_NO_DEBUG_HEAP=1> ) - if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - add_compile_definitions($<$:_GLIBCXX_DEBUG>) - endif() # Release keeps -g so crashes in the field have resolvable frames. add_compile_definitions(