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 6f4c423 commit 1fdcd5aCopy full SHA for 1fdcd5a
CMakeLists.txt
@@ -81,7 +81,7 @@ endif()
81
find_package(Threads)
82
83
if(UNIX)
84
- add_compile_options(-g -Wall -Wpedantic -Wextra -Wno-unused-parameter)
+ add_compile_options(-Wall -Wpedantic -Wextra -Wno-unused-parameter)
85
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0")
86
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast")
87
endif()
0 commit comments