An error occurred while fetching the assigned milestone of the selected merge_request.
Don't use GLIBCXX_ASSERTIONS in production
Compare changes
- kraus authored
don't disable glibcxx_assertions when the build type is Release but if the variable BUILD_FOR_PRODUCTION is ON
+ 10
− 1
@@ -26,6 +26,13 @@ set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g ")
@@ -101,7 +108,9 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")