Update the intel compile flags.

[SVN r57126]
This commit is contained in:
Daniel James
2009-10-24 11:56:30 +00:00
parent 2fdd33381c
commit 5bedbde746
2 changed files with 4 additions and 8 deletions

View File

@@ -8,11 +8,7 @@ import testing ;
#alias framework : /boost/test//boost_unit_test_framework ;
alias framework : ;
project unordered-test/exception-tests
: requirements
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
;
project unordered-test/exception-tests ;
test-suite unordered-exception
: