minor change
This commit is contained in:
parent
e0ff37aa6e
commit
e3120d2b5f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if test "$PHASES"
|
||||||
then :
|
then :
|
||||||
else
|
else
|
||||||
case $LEVEL in
|
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 ' ;;
|
-O3) PHASES='cs sr cj bo sp ud lv ra ' ;;
|
||||||
*) PHASES='il cf caopt ic cf cs sr cj bo sp ud lv ra ' ;;
|
*) PHASES='il cf caopt ic cf cs sr cj bo sp ud lv ra ' ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue