From bb2180dca34ba9be4c26fd489900fa84d4ca1617 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 6 Sep 2006 13:49:17 +0000 Subject: Fixes from Christopher Bell: Use -O instead of +O3 or +O2. Remove +Oaggressive. Replace -Aa with -Ae. --- configs/hpux11-32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/hpux11-32') diff --git a/configs/hpux11-32 b/configs/hpux11-32 index 3904e4d3ff..035ef796d1 100644 --- a/configs/hpux11-32 +++ b/configs/hpux11-32 @@ -8,9 +8,9 @@ CONFIG_NAME = hpux11-32 CC = cc CXX = aCC -CFLAGS = +z -Ae +O2 +Onolimit +Oaggressive -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM -DPTHREADS +CFLAGS = +z -Ae -O +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM -DPTHREADS -CXXFLAGS = +z -Aa +O2 +Onolimit +Oaggressive -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DPTHREADS +CXXFLAGS = +z -Ae -O +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DPTHREADS MKLIB_OPTIONS = -- cgit v1.2.3