Enable warning to help locate the problem areas to fix.

This commit is contained in:
Cas Cremers 2018-10-14 17:04:42 +02:00
parent 1c278ca427
commit 792eaab09c

View File

@ -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")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static -m32 -Wtrampolines")
set (scythername "scyther-linux")
add_executable (${scythername} ${Scyther_sources})