diff --git a/release/plugins/bmake b/release/plugins/bmake index b25ecde08ee..6d990ad7460 100644 --- a/release/plugins/bmake +++ b/release/plugins/bmake @@ -66,7 +66,7 @@ elif ( test $UNAME = "Linux" ) then LDFLAGS="-Bshareable"; elif ( test $UNAME = "SunOS" ) then CC="cc"; - CFLAGS="-O2"; + CFLAGS="-O"; LD="ld"; LDFLAGS="-r";