summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 20:32:45 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 20:32:45 +0000
commit12ad48b6fcde7c41bad94a8072b5db31a4f86884 (patch)
tree718c125d0cb5ad8e5bb3e9b52d8e191a23d46db2 /Jamroot.jam
parentFirst round of clang tidy changes (diff)
downloadicetray-12ad48b6fcde7c41bad94a8072b5db31a4f86884.tar.bz2
icetray-12ad48b6fcde7c41bad94a8072b5db31a4f86884.tar.xz
icetray-12ad48b6fcde7c41bad94a8072b5db31a4f86884.zip
Enable clang tidy performance and fixes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 909ef13..6201edb 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -21,7 +21,7 @@ project
<toolset>tidy:<checkxx>misc-*
#<toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<checkxx>hicpp-*
-#<toolset>tidy:<checkxx>performance-*
+ <toolset>tidy:<checkxx>performance-*
;
build-project icetray ;