From e47a59f4e441e409531bed92de8acc0f14c98f3a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 Jun 2006 06:52:26 +0000 Subject: [PATCH] Merge from trunk [SVN r34354] --- src/tools/sun.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/sun.jam b/src/tools/sun.jam index 05426cb93..9ec4f6e4e 100644 --- a/src/tools/sun.jam +++ b/src/tools/sun.jam @@ -48,7 +48,7 @@ generators.register-c-compiler sun.compile.c++ : CPP : OBJ : sun ; # Declare flags and actions for compilation flags sun.compile OPTIONS on : -g ; flags sun.compile OPTIONS on : -xprofile=tcov ; -flags sun.compile OPTIONS speed : -fast -xarch=generic ; +flags sun.compile OPTIONS speed : -fast ; flags sun.compile OPTIONS space : -xO2 -xspace ; flags sun.compile OPTIONS multi : -mt ;