diff options
author | Philipp David <pd@3b.pm> | 2022-03-19 18:08:28 +0100 |
---|---|---|
committer | Philipp David <pd@3b.pm> | 2022-03-22 21:04:35 +0100 |
commit | c7c83a35fa74b419145f2e5013873bf98bf46df5 (patch) | |
tree | 6148dccae50308364436c4e4533f2b0e79d8e933 /libraries/xz-embedded/CMakeLists.txt | |
parent | c7fdfb811669a863606dc0a26186c0ab827db9c6 (diff) | |
download | PrismLauncher-c7c83a35fa74b419145f2e5013873bf98bf46df5.tar.gz PrismLauncher-c7c83a35fa74b419145f2e5013873bf98bf46df5.tar.bz2 PrismLauncher-c7c83a35fa74b419145f2e5013873bf98bf46df5.zip |
Enable LTO/IPO on release builds
Diffstat (limited to 'libraries/xz-embedded/CMakeLists.txt')
-rw-r--r-- | libraries/xz-embedded/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xz-embedded/CMakeLists.txt b/libraries/xz-embedded/CMakeLists.txt index 86ac60c8..4ce46102 100644 --- a/libraries/xz-embedded/CMakeLists.txt +++ b/libraries/xz-embedded/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.9.4) project(xz-embedded LANGUAGES C) option(XZ_BUILD_BCJ "Build xz-embedded with BCJ support (native binary optimization)" OFF) |