diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-21 17:15:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-21 17:15:32 +0000 |
commit | 780d87deefb042a4e0df667a282b5a190f17ef81 (patch) | |
tree | 4d6579ee1fbbe0c8d08b7d0e221e0d102312035b /Jamroot.jam | |
parent | Named model parts, fix bogie spelling, new brush47 model (diff) | |
download | ilt-780d87deefb042a4e0df667a282b5a190f17ef81.tar.bz2 ilt-780d87deefb042a4e0df667a282b5a190f17ef81.tar.xz ilt-780d87deefb042a4e0df667a282b5a190f17ef81.zip |
Enable pedantic warnings
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 953092a..d1ab0de 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,7 +15,7 @@ lib pthread ; project : requirements <cxxstd>20 - <variant>debug:<warnings>extra + <variant>debug:<warnings>pedantic <variant>debug:<warnings-as-errors>on <variant>release:<lto>on <toolset>tidy:<exclude>gfx/models/obj.cpp |