Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / perl5 / ext / re / hints / mpeix.pl
1 # Fall back to -O optimization to avoid known gcc 2.8.0 -O2 problems on MPE/iX.
2 #  Mark Bixby <markb@cccd.edu>
3 $self->{OPTIMIZE} = '-O';