- We really want a static binary if possible.

This commit is contained in:
ccremers 2007-01-12 22:15:52 +00:00
parent d8da0a083f
commit f20559210b

View File

@ -23,6 +23,9 @@ set (Scyther_sources
# If we are in a debug mode we want to be strict # If we are in a debug mode we want to be strict
set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -DDEBUG") set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -DDEBUG")
# Usual static
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static")
# Determine version number # Determine version number
include (SVNVersion.cmake) include (SVNVersion.cmake)