summaryrefslogtreecommitdiff
path: root/BUILD/compile-hpux11-parisc2-aCC
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-08-05 01:56:41 -0700
committerkonstantin@mysql.com <>2004-08-05 01:56:41 -0700
commit7c6a4ce7bc7eb9e9b57bcd1907f3403dfa68966d (patch)
treecc1e8fa180d50c3383bfa75d497b2a58a7b3cee9 /BUILD/compile-hpux11-parisc2-aCC
parent39e63640b71ae04eec6b02283196ac4157069c7f (diff)
downloadmariadb-git-7c6a4ce7bc7eb9e9b57bcd1907f3403dfa68966d.tar.gz
-O4 may be slower if you don't have profiling info (as HP pal told me
on OSCON)
Diffstat (limited to 'BUILD/compile-hpux11-parisc2-aCC')
-rwxr-xr-xBUILD/compile-hpux11-parisc2-aCC2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-hpux11-parisc2-aCC b/BUILD/compile-hpux11-parisc2-aCC
index 09bb5821b6d..1bdef94e080 100755
--- a/BUILD/compile-hpux11-parisc2-aCC
+++ b/BUILD/compile-hpux11-parisc2-aCC
@@ -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