summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-08-05 01:56:41 -0700
committerunknown <konstantin@mysql.com>2004-08-05 01:56:41 -0700
commit61528cf2d8ecb68e6c10f50e06678043db668565 (patch)
treecc1e8fa180d50c3383bfa75d497b2a58a7b3cee9 /BUILD
parent438f11ef41d2e3bc60e1fae175e65178fc41fa8c (diff)
downloadmariadb-git-61528cf2d8ecb68e6c10f50e06678043db668565.tar.gz
-O4 may be slower if you don't have profiling info (as HP pal told me
on OSCON)
Diffstat (limited to 'BUILD')
-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