diff options
author | ndbdev@eel.hemma.oreland.se <> | 2004-08-05 22:32:25 +0200 |
---|---|---|
committer | ndbdev@eel.hemma.oreland.se <> | 2004-08-05 22:32:25 +0200 |
commit | 8e74c1b78ce729aece1bccd18bf679e1d8b50df6 (patch) | |
tree | 4d729d126adc44dbd32d9289bc4c90363b9b1784 /BUILD | |
parent | 64618d7fe4c509b30f0990ecca3ffa366f8c27c5 (diff) | |
parent | b023e1835bd521a315be5bfb42efd9148bfb5612 (diff) | |
download | mariadb-git-8e74c1b78ce729aece1bccd18bf679e1d8b50df6.tar.gz |
Merge
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-hpux11-parisc2-aCC | 2 |
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 |