diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-04 17:49:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-04 17:49:30 +0100 |
commit | f5a3c88ba2e794974ff99f437b3e226053428793 (patch) | |
tree | 3b72dbc0ffd72db845d40954f0412a6f8bff60a1 /Jamroot.jam | |
parent | Use thin LTO (diff) | |
download | ilt-f5a3c88ba2e794974ff99f437b3e226053428793.tar.bz2 ilt-f5a3c88ba2e794974ff99f437b3e226053428793.tar.xz ilt-f5a3c88ba2e794974ff99f437b3e226053428793.zip |
Assign an id to the root project
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 3d432c8..967021d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,7 +15,7 @@ lib pthread ; lib OpenMeshCore ; variant coverage : debug ; -project : requirements +project i-like-trains : requirements <cxxstd>23 <linkflags>-Wl,-z,defs <variant>release:<lto>on-thin |