Commit 61528cf2 authored by unknown's avatar unknown
Browse files

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

on OSCON)

parent 438f11ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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