From 61528cf2d8ecb68e6c10f50e06678043db668565 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Aug 2004 01:56:41 -0700 Subject: [PATCH] -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(-) 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