Skip to content

Commit f1c2fe3

Browse files
committed
removed unused gcc command
1 parent 9b80659 commit f1c2fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ set(CMAKE_C_STANDARD 11)
1010
if(MSVC)
1111
set(CMAKE_C_FLAGS_DEBUG "/W3 /Zi")
1212
else()
13-
set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG -Wpedantic -Werror -Wall -Wextra -Wmost")
14-
set(CMAKE_C_FLAGS_RELEASE "-O3 -Wpedantic -Werror -Wall -Wextra -Wmost")
13+
set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG -Wpedantic -Werror -Wall -Wextra")
14+
set(CMAKE_C_FLAGS_RELEASE "-O3 -Wpedantic -Werror -Wall -Wextra")
1515
endif()
1616

1717
add_executable(test

0 commit comments

Comments
 (0)