diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-01 19:21:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-01 19:21:30 +0100 |
commit | e9dd0b8bb6a411698d850af0a50d9aeaa0187e95 (patch) | |
tree | 99f514118e5448869d8d31fdc582c090f6d28037 /Jamroot.jam | |
parent | Enable hicpp tidy checks (diff) | |
download | netfs-e9dd0b8bb6a411698d850af0a50d9aeaa0187e95.tar.bz2 netfs-e9dd0b8bb6a411698d850af0a50d9aeaa0187e95.tar.xz netfs-e9dd0b8bb6a411698d850af0a50d9aeaa0187e95.zip |
Enable performance tidy checks
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index a513dc4..5858c4e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -24,6 +24,7 @@ project <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<xcheckxx>hicpp-vararg <toolset>tidy:<xcheckxx>hicpp-signed-bitwise + <toolset>tidy:<checkxx>performance-* ; build-project netfs ; |