summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-07-20 11:22:10 -0400
committerAllen Winter <allen.winter@kdab.com>2020-07-20 11:22:10 -0400
commit91c62375a43450cce5db7f91567812fbc07ee388 (patch)
treec7964ac3723a198738a5f8dd49f8a4254d530421 /CMakeLists.txt
parentc0d92d4e0ff111988b48ee920f2ba9363f64653d (diff)
downloadlibical-git-91c62375a43450cce5db7f91567812fbc07ee388.tar.gz
various - post-merge fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05cf6e75..9b76e669 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,10 @@
# Default=false (build shared and static libs)
# Takes precedence over STATIC_ONLY
#
+# -DENABLE_LTO_BUILD=[true|false]
+# Build a link-time optimized version (requires gcc or clang)
+# Default=false (do not build a link time optimized version)
+#
# -DGOBJECT_INTROSPECTION=[true|false]
# Set to build GObject introspection "typelib" files
# Requires GObject Introspection development package v0.6.7 or higher