diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2019-02-14 14:40:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2019-02-14 14:40:11 +0000 |
commit | 1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce (patch) | |
tree | b7305f6403347e4ccaeadc426dbe2167557c7d9b /Jamroot.jam | |
parent | Enable performance checks (not for tests) (diff) | |
download | libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.bz2 libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.xz libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.zip |
Enable (most) high integrity checks (not for tests)
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 1e66cc8..0f2097c 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -23,7 +23,9 @@ project <toolset>tidy:<checkxx>misc-* <toolset>tidy:<checkxx>modernize-* #<toolset>tidy:<checkxx>cppcoreguidelines-* -#<toolset>tidy:<checkxx>hicpp-* + <toolset>tidy:<checkxx>hicpp-* + <toolset>tidy:<xcheckxx>hicpp-vararg + <toolset>tidy:<xcheckxx>hicpp-signed-bitwise <toolset>tidy:<checkxx>performance-* ; |