2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Disable debug symbols for intel with traverse_tests

[SVN r33592]
This commit is contained in:
Vladimir Prus
2006-04-07 13:44:32 +00:00
parent 66932ca220
commit 61baa777ea

View File

@@ -85,7 +85,7 @@ local multi-threading = <library>/boost/thread//boost_thread
test-suite "spirit.meta"
: [ spirit-run fundamental_tests.cpp ]
[ spirit-run parser_traits_tests.cpp ]
[ spirit-run traverse_tests.cpp ]
[ spirit-run traverse_tests.cpp : : : <toolset>intel:<debug-symbols>off ]
;
test-suite "spirit.attribute"