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)