Commit 7c6a4ce7 authored by konstantin@mysql.com's avatar konstantin@mysql.com

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

on OSCON)
parent 39e63640
......@@ -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
......
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