We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7320375 commit 03b26c1Copy full SHA for 03b26c1
CMakeLists.txt
@@ -99,7 +99,7 @@ else()
99
100
set(CMAKE_C_FLAGS_DEBUG
101
"${CMAKE_C_FLAGS_DEBUG} -O0 -pedantic -Wall -Wextra -g -ggdb -DDEBUG=true")
102
- set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3-pedantic -Wall -Wextra -DNDEBUG")
+ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3 -pedantic -Wall -Wextra -DNDEBUG")
103
104
if(SANITIZE)
105
0 commit comments