diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 19:24:23 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 19:24:23 +0000 |
commit | 6ce0a02d240be7b07d55d6f30eae7221249a0c16 (patch) | |
tree | c64e11bcead465f755fae089b8ac6750fc94c347 /Jamroot.jam | |
parent | Modernize clang tidy fixes (diff) | |
download | slicer-6ce0a02d240be7b07d55d6f30eae7221249a0c16.tar.bz2 slicer-6ce0a02d240be7b07d55d6f30eae7221249a0c16.tar.xz slicer-6ce0a02d240be7b07d55d6f30eae7221249a0c16.zip |
Enable performance checks and fix accordingly
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 11ef158..38ee232 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -23,6 +23,7 @@ project <toolset>tidy:<checkxx>misc-* <toolset>tidy:<checkxx>modernize-* <toolset>tidy:<checkxx>hicpp-* + <toolset>tidy:<checkxx>performance-* ; build-project slicer ; |