Skip to content

Commit 03b26c1

Browse files
committed
Fix typo in release flags
1 parent 7320375 commit 03b26c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ else()
9999

100100
set(CMAKE_C_FLAGS_DEBUG
101101
"${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")
102+
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3 -pedantic -Wall -Wextra -DNDEBUG")
103103

104104
if(SANITIZE)
105105
set(CMAKE_C_FLAGS_DEBUG

0 commit comments

Comments
 (0)