From 00cd5681c3a83c85d2a34fb2c4b6cfb691ef1b3d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 22 Apr 2021 19:32:57 +0200 Subject: rename flto option to lto --- include/Conf.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Conf.hpp') 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 includeDirs; std::vector exposeIncludeDirs; std::vector ignoreDirs; -- cgit v1.2.3