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 c03b1b8 commit c4de85aCopy full SHA for c4de85a
CMakeLists.txt
@@ -17,7 +17,7 @@
17
cmake_minimum_required(VERSION 3.10)
18
project(tcbasic VERSION 0.0.0 LANGUAGES C)
19
20
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -ansi -pedantic")
+set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -Werror -Wextra -Wpedantic")
21
22
configure_file (
23
"${PROJECT_SOURCE_DIR}/include/config.h.in"
0 commit comments