We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ae6b4 commit 1cb04feCopy full SHA for 1cb04fe
CMakeLists.txt
@@ -3,6 +3,10 @@ project(swe1r-tools)
3
4
set(CMAKE_C_STANDARD 11)
5
6
+if(CMAKE_COMPILER_IS_GNUCC)
7
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pedantic -Wextra -Wno-unused-parameter -Werror")
8
+endif()
9
+
10
add_definitions(-D__cdecl=)
11
12
add_executable(decompress decompress.c)
0 commit comments