diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-09 13:45:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-09 13:45:32 +0000 |
commit | e0fbba8bc865bca21c6f160fe257a2b001f61880 (patch) | |
tree | 6ea23d418d7f6bb52bfe3b3ad8018443e73ea2b0 /Jamroot.jam | |
parent | Modern build settings (diff) | |
download | mirrorsearch-e0fbba8bc865bca21c6f160fe257a2b001f61880.tar.bz2 mirrorsearch-e0fbba8bc865bca21c6f160fe257a2b001f61880.tar.xz mirrorsearch-e0fbba8bc865bca21c6f160fe257a2b001f61880.zip |
Add ICE marcos for cppcheck
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 2208c1a..efa368b 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -18,6 +18,8 @@ project <variant>debug:<warnings>extra <variant>debug:<warnings-as-errors>on <variant>coverage:<coverage>on + <toolset>tidy:<define>ICE_IGNORE_VERSION + <toolset>tidy:<define>__x86_64 ; build-project service ; |