diff options
author | unknown <ndbdev@eel.hemma.oreland.se> | 2004-08-05 22:32:25 +0200 |
---|---|---|
committer | unknown <ndbdev@eel.hemma.oreland.se> | 2004-08-05 22:32:25 +0200 |
commit | 432e4697467499ff336fe0945e68bdfbe62b45db (patch) | |
tree | 4d729d126adc44dbd32d9289bc4c90363b9b1784 /BUILD | |
parent | e223c07eb18147b809cb885ca267ca43f4870701 (diff) | |
parent | cdca651f6dd2c5628bb4470b3b13368a2c8db8e1 (diff) | |
download | mariadb-git-432e4697467499ff336fe0945e68bdfbe62b45db.tar.gz |
Merge
BitKeeper/etc/logging_ok:
auto-union
configure.in:
SCCS merged
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 |