Switching to building 64-bit binaries on *nix, finally.

This commit is contained in:
Cas Cremers 2019-01-04 14:14:50 +01:00
parent 7ee64eaf89
commit 65655a96c7

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