aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp
index 12164ea..eb922bc 100644
--- a/include/Conf.hpp
+++ b/include/Conf.hpp
@@ -230,7 +230,8 @@ namespace sibs
zigTestAllFiles(false),
packaging(false),
bundling(false),
- platform(SYSTEM_PLATFORM)
+ platform(SYSTEM_PLATFORM),
+ use_flto(false)
{
cmakeDirGlobal = projectPath;
switch(optimizationLevel)
@@ -430,6 +431,7 @@ namespace sibs
std::string versionStr;
PackageVersion version;
Platform platform;
+ bool use_flto;
std::vector<std::string> includeDirs;
std::vector<std::string> exposeIncludeDirs;
std::vector<std::string> ignoreDirs;