summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-09-02 00:12:06 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-09-05 17:30:11 +0100
commit4d9b633c79ca86140af90c92b7a732dc0bbbe2bd (patch)
tree8ad3d57491255cc22c5ae10a7bcc234b87a6d9e2 /Jamroot.jam
parentFirst cut extensible mapper (diff)
downloadnetfs-4d9b633c79ca86140af90c92b7a732dc0bbbe2bd.tar.bz2
netfs-4d9b633c79ca86140af90c92b7a732dc0bbbe2bd.tar.xz
netfs-4d9b633c79ca86140af90c92b7a732dc0bbbe2bd.zip
Tidy up of previous commit of extensible mapper
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 368a244..af15ca5 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -14,8 +14,7 @@ project
<cxxstd>17
<visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
- <variant>release:<cxxflags>"-flto=3"
- <variant>release:<linkflags>"-flto=3"
+ <variant>release:<lto>on
<variant>debug<toolset>gcc:<cxxflags>-Wlogical-op
<variant>debug:<warnings>extra
<variant>debug:<warnings-as-errors>on
@@ -36,6 +35,7 @@ project
<toolset>tidy:<exclude>slicer-daemonConfig.cpp
<toolset>tidy:<exclude>fuseConfig.h
<toolset>tidy:<exclude>slicer-fuseConfig.cpp
+ <toolset>tidy:<exclude>slicer-mapper.cpp
<toolset>tidy:<exclude>directory.h
<toolset>tidy:<exclude>exceptions.h
<toolset>tidy:<exclude>file.h