summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-03-08 22:57:45 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-03-08 22:57:45 +0000
commit0490055e5eae70fb13a9ff91319d63ba6ca39251 (patch)
tree6dbe70d0dd467c50249773ed31039a044b868389 /Jamroot.jam
parentRewrite most of setHeights (diff)
downloadilt-0490055e5eae70fb13a9ff91319d63ba6ca39251.tar.bz2
ilt-0490055e5eae70fb13a9ff91319d63ba6ca39251.tar.xz
ilt-0490055e5eae70fb13a9ff91319d63ba6ca39251.zip
Set linkflags -z defs
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index de27053..7a2fe16 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -17,6 +17,7 @@ lib OpenMeshCore ;
variant coverage : debug ;
project : requirements
<cxxstd>20
+ <linkflags>-Wl,-z,defs
<variant>release:<lto>on
<variant>profile:<lto>on
<variant>coverage:<coverage>on