Enable warning to help locate the problem areas to fix.
This commit is contained in:
parent
1c278ca427
commit
792eaab09c
@ -9,7 +9,7 @@
|
|||||||
message (STATUS "Building Linux version")
|
message (STATUS "Building Linux version")
|
||||||
|
|
||||||
# Static where possible (i.e. only not on the APPLE)
|
# Static where possible (i.e. only not on the APPLE)
|
||||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static -m32")
|
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static -m32 -Wtrampolines")
|
||||||
|
|
||||||
set (scythername "scyther-linux")
|
set (scythername "scyther-linux")
|
||||||
add_executable (${scythername} ${Scyther_sources})
|
add_executable (${scythername} ${Scyther_sources})
|
||||||
|
Loading…
Reference in New Issue
Block a user