From 7c6a4ce7bc7eb9e9b57bcd1907f3403dfa68966d Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Thu, 5 Aug 2004 01:56:41 -0700 Subject: -O4 may be slower if you don't have profiling info (as HP pal told me on OSCON) --- BUILD/compile-hpux11-parisc2-aCC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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 -- cgit v1.2.1