From a9483b5633ba0f63a9cedc00cf0e7fbcd59d58df Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 24 Jun 2005 18:34:17 +0000 Subject: [PATCH] Kill off vc6/stlport error more generally and more specifically [SVN r29786] --- test/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 9ca6870..f1750bf 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -22,8 +22,9 @@ test-suite iterator : : : # stlport's debug mode generates long symbols which overwhelm - # vc6 - <*>release + # vc6 unless you turn on inlining + <*>-Ob1 + <*>-Ob1 ] # These tests should work for just about everything.