diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-22 19:32:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-22 19:32:57 +0200 |
commit | 00cd5681c3a83c85d2a34fb2c4b6cfb691ef1b3d (patch) | |
tree | 99d1e4f29ffb1d55390af71adfe04520d3e52715 /include | |
parent | 9333730db8b0293cccee31b5b5c7045ed36fb9f9 (diff) |
rename flto option to lto
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index eb922bc..8098206 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -231,7 +231,7 @@ namespace sibs packaging(false), bundling(false), platform(SYSTEM_PLATFORM), - use_flto(false) + use_lto(false) { cmakeDirGlobal = projectPath; switch(optimizationLevel) @@ -431,7 +431,7 @@ namespace sibs std::string versionStr; PackageVersion version; Platform platform; - bool use_flto; + bool use_lto; std::vector<std::string> includeDirs; std::vector<std::string> exposeIncludeDirs; std::vector<std::string> ignoreDirs; |