summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-04-05 20:13:57 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-04-05 20:13:57 +0100
commit5d03ac8a6f0f69cec8956c3da9da04941652ee8c (patch)
tree38f9c7f2ee88e70ca92de5175ff39dc1415b2b04 /Jamroot.jam
parentUpdated compile flags (diff)
downloadnetfs-5d03ac8a6f0f69cec8956c3da9da04941652ee8c.tar.bz2
netfs-5d03ac8a6f0f69cec8956c3da9da04941652ee8c.tar.xz
netfs-5d03ac8a6f0f69cec8956c3da9da04941652ee8c.zip
Upgrade to Ice-3.7
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index c008f28..0edd310 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -7,6 +7,8 @@ variant coverage : debug ;
project
: requirements
+ <define>ICE_CPP11_MAPPING
+ <define>_FILE_OFFSET_BITS=64
<cxxflags>"-std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden"
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
<variant>release:<cxxflags>"-flto=3"