summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorndbdev@eel.hemma.oreland.se <>2004-08-05 22:32:25 +0200
committerndbdev@eel.hemma.oreland.se <>2004-08-05 22:32:25 +0200
commit8e74c1b78ce729aece1bccd18bf679e1d8b50df6 (patch)
tree4d729d126adc44dbd32d9289bc4c90363b9b1784 /BUILD
parent64618d7fe4c509b30f0990ecca3ffa366f8c27c5 (diff)
parentb023e1835bd521a315be5bfb42efd9148bfb5612 (diff)
downloadmariadb-git-8e74c1b78ce729aece1bccd18bf679e1d8b50df6.tar.gz
Merge
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