diff options
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; |