diff options
Diffstat (limited to 'Jamrules.jam')
-rw-r--r-- | Jamrules.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamrules.jam b/Jamrules.jam index ab99e13..5357e7e 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -22,6 +22,11 @@ if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) ) RESULT += -W -Wall -Wextra -Werror -pedantic ; + if ( $(toolset:I=_0x) ) + { + RESULT += -std=c++0x ; + } + if ( $(fulldebug) ) { RESULT += -g ; |