diff options
author | unknown <konstantin@mysql.com> | 2004-08-05 01:56:41 -0700 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-08-05 01:56:41 -0700 |
commit | 61528cf2d8ecb68e6c10f50e06678043db668565 (patch) | |
tree | cc1e8fa180d50c3383bfa75d497b2a58a7b3cee9 /BUILD/compile-hpux11-parisc2-aCC | |
parent | 438f11ef41d2e3bc60e1fae175e65178fc41fa8c (diff) | |
download | mariadb-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/compile-hpux11-parisc2-aCC')
-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 |