-O4 may be slower if you don't have profiling info (as HP pal told me

on OSCON)
This commit is contained in:
unknown 2004-08-05 01:56:41 -07:00
parent 438f11ef41
commit 61528cf2d8

View file

@ -13,7 +13,7 @@ fi
# Also sends +Oprocelim and +Ofastaccess to the linker
# (see ld(1)).
release_flags="-fast +O4"
release_flags="-fast +O3"
# -z Do not bind anything to address zero. This option
# allows runtime detection of null pointers. See the