Fix test failures introduced by the change of flags on op_sort
[p5sagit/p5-mst-13.2.git] / ext / B / hints / darwin.pl
1 # gcc -O3 (and -O2) get overly excited over B.c in MacOS X 10.1.4.
2 $self->{OPTIMIZE} = '-O1';