From f20559210befff4ad60f59e88e721af0f0c45a41 Mon Sep 17 00:00:00 2001 From: ccremers Date: Fri, 12 Jan 2007 22:15:52 +0000 Subject: [PATCH] - We really want a static binary if possible. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 84f83e7..dc4b53c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,9 @@ set (Scyther_sources # If we are in a debug mode we want to be strict set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -DDEBUG") +# Usual static +set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static") + # Determine version number include (SVNVersion.cmake)