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 ;