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 3f46218 commit 2411b41Copy full SHA for 2411b41
cmake/compiler-flags.cmake
@@ -11,8 +11,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
11
message(STATUS "Checking for -std=c++11 support - works")
12
13
# always debug info
14
-add_definitions(-g3)
15
-add_definitions(-ggdb3)
+#add_definitions(-g3)
+#add_definitions(-ggdb3)
16
17
# should be fixed IMHO
18
CHECK_CXX_COMPILER_FLAG_AND_ENABLE_IT(-fno-strict-aliasing)
0 commit comments