summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-07-20 09:29:37 -0400
committerAllen Winter <allen.winter@kdab.com>2020-07-20 09:29:37 -0400
commitc0d92d4e0ff111988b48ee920f2ba9363f64653d (patch)
treed88af45116547912394b8b47133d4682a3feae8c /CMakeLists.txt
parent95007181656054baa4679d109339309b8821ad3b (diff)
parent4debd0cab7a900dcede4f4429ef7e276837be5e4 (diff)
downloadlibical-git-c0d92d4e0ff111988b48ee920f2ba9363f64653d.tar.gz
Merge branch '3.0'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b76e669..05cf6e75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,10 +33,6 @@
# 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