summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r--cmake/config.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index e08955e..e77abc8 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -23,6 +23,8 @@ set(WITH_CAPABILITIES ${LINUX} CACHE BOOL "Include support for POSIX capabilitie
set(ENABLE_LIBSODIUM TRUE CACHE BOOL "Use libsodium instead of NaCl")
set(ENABLE_OPENSSL FALSE CACHE BOOL "Enable crypto implementations using OpenSSL")
+set(ENABLE_LTO FALSE CACHE BOOL "Enable link-time optimization")
+
if(LINUX)
set(ENABLE_SYSTEMD TRUE CACHE BOOL "Enable systemd support")
endif(LINUX)