- We really want a static binary if possible.
This commit is contained in:
parent
d8da0a083f
commit
f20559210b
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user