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.
2 parents f52a85f + fdaa3e2 commit a61074dCopy full SHA for a61074d
CMakeLists.txt
@@ -25,7 +25,7 @@ if (NOT CMAKE_INSTALL_BINDIR)
25
set(CMAKE_INSTALL_BINDIR bin)
26
endif()
27
28
-set(CMAKE_C_FLAGS "-Wall -Wextra --pedantic -Wno-strict-aliasing -Wno-variadic-macros")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra --pedantic -Wno-strict-aliasing -Wno-variadic-macros")
29
set(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG")
30
set(CMAKE_C_FLAGS_RELEASE "-O2")
31
0 commit comments