From 47c17a25d934450a28fdceecaecf1100943381a9 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 7 Jun 2010 16:07:03 +0000 Subject: tests: Added C++0x support git-svn-id: http://pugixml.googlecode.com/svn/trunk@505 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Jamrules.jam') 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 ; -- cgit v1.2.3