[perl #56766] [PATCH]
[p5sagit/p5-mst-13.2.git] / ext / B / hints / openbsd.pl
1 # gcc -O3 (and -O2) get overly excited over B.c in OpenBSD 3.3/sparc 64
2 $self->{OPTIMIZE} = '-O1' if $Config{ARCH} eq 'sparc64';