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 54de807 commit db8c1c0Copy full SHA for db8c1c0
CMakeLists.txt
@@ -22,7 +22,7 @@ include(GNUInstallDirs)
22
configure_file(${CMAKE_MODULE_PATH}/Config.h.in internal/Config.h)
23
include_directories(${CMAKE_BINARY_DIR})
24
25
-add_definitions(-Wall -Werror -Wextra -pedantic -ggdb3)
+add_definitions(-Wall -Werror -Wextra -pedantic)
26
27
find_package(Threads)
28
0 commit comments