diff options
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 7da7012..40a920d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -30,6 +30,7 @@ project : requirements <variant>debug:<cflags>-Wdouble-promotion <variant>debug:<cflags>-Wformat=2 <toolset>gcc,<variant>debug:<cflags>-Wduplicated-cond + <toolset>gcc,<variant>debug:<cflags>-Wduplicated-branches <variant>coverage:<coverage>on <toolset>tidy:<checkxx>boost-* <toolset>tidy:<checkxx>bugprone-* |