Commit 61528cf2 authored by unknown's avatar unknown

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

on OSCON)

parent 438f11ef
...@@ -13,7 +13,7 @@ fi ...@@ -13,7 +13,7 @@ fi
# Also sends +Oprocelim and +Ofastaccess to the linker # Also sends +Oprocelim and +Ofastaccess to the linker
# (see ld(1)). # (see ld(1)).
release_flags="-fast +O4" release_flags="-fast +O3"
# -z Do not bind anything to address zero. This option # -z Do not bind anything to address zero. This option
# allows runtime detection of null pointers. See the # allows runtime detection of null pointers. See the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment