minor change

This commit is contained in:
ceriel 1990-08-01 14:32:04 +00:00
parent e0ff37aa6e
commit e3120d2b5f

View file

@ -35,7 +35,7 @@ if test "$PHASES"
then :
else
case $LEVEL in
-O2|xxx)PHASES='cj bo sp ' ;;
-O2|-O|xxx)PHASES='cj bo sp ' ;;
-O3) PHASES='cs sr cj bo sp ud lv ra ' ;;
*) PHASES='il cf caopt ic cf cs sr cj bo sp ud lv ra ' ;;
esac