diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-12 22:02:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2019-02-13 09:34:08 +0000 |
commit | 5f7ef966aa4204c774a4e23bd1bd9a34d07db67c (patch) | |
tree | bdc5f4d8deaa1e8455edde4cf0984d453d9fb90f /Jamroot.jam | |
parent | More clang-tidy WIP (diff) | |
download | libadhocutil-5f7ef966aa4204c774a4e23bd1bd9a34d07db67c.tar.bz2 libadhocutil-5f7ef966aa4204c774a4e23bd1bd9a34d07db67c.tar.xz libadhocutil-5f7ef966aa4204c774a4e23bd1bd9a34d07db67c.zip |
Enable performance checks (not for tests)libadhocutil-0.7.1
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 7111626..1e66cc8 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -24,7 +24,7 @@ project <toolset>tidy:<checkxx>modernize-* #<toolset>tidy:<checkxx>cppcoreguidelines-* #<toolset>tidy:<checkxx>hicpp-* -#<toolset>tidy:<checkxx>performance-* + <toolset>tidy:<checkxx>performance-* ; build-project libadhocutil ; |