Switching to C11 warnings for the Unix builds.
This commit is contained in:
parent
d56c2cafe6
commit
7ee64eaf89
@ -9,7 +9,7 @@
|
||||
message (STATUS "Building Linux version")
|
||||
|
||||
# Static where possible (i.e. only not on the APPLE)
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static -m32 -Wtrampolines")
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static -m32 -std=c11 -Wtrampolines")
|
||||
|
||||
set (scythername "scyther-linux")
|
||||
add_executable (${scythername} ${Scyther_sources})
|
||||
|
Loading…
Reference in New Issue
Block a user