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
:

View File

@ -7,10 +7,10 @@ import testing ;
project unordered-test/unordered
: requirements
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
#<toolset>msvc:<cxxflags>/W4
<warnings>all
<toolset>intel:<warnings>on
<toolset>msvc:<cxxflags>/W4
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
;
test-suite unordered