diff --git a/Jamfile b/Jamfile index 80824131e..734e26bf2 100755 --- a/Jamfile +++ b/Jamfile @@ -242,6 +242,12 @@ rule warnings ( properties * ) result += -Wno-disabled-macro-expansion ; } + if gcc in $(properties) + { + result += -Wall ; + result += -Wextra ; + } + if msvc in $(properties) { # disable warning C4503: decorated name length exceeded, name was truncated