Re: AIX and gcc (moving targets)
[p5sagit/p5-mst-13.2.git] / ext / re / hints / mpeix.pl
CommitLineData
1d84e8df 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';