summaryrefslogtreecommitdiff
path: root/configs/hpux10-static
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-09-06 13:49:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-09-06 13:49:17 +0000
commitbb2180dca34ba9be4c26fd489900fa84d4ca1617 (patch)
treef4072f40eca34fe0068358b87f6f9d8819cd470f /configs/hpux10-static
parent7d767604c7996ae5f048c592e9fab69ed80c9280 (diff)
Fixes from Christopher Bell:
Use -O instead of +O3 or +O2. Remove +Oaggressive. Replace -Aa with -Ae.
Diffstat (limited to 'configs/hpux10-static')
-rw-r--r--configs/hpux10-static4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/hpux10-static b/configs/hpux10-static
index c8a43c847a..6101a4ece8 100644
--- a/configs/hpux10-static
+++ b/configs/hpux10-static
@@ -8,8 +8,8 @@ CONFIG_NAME = hpux10-static
CC = cc
CXX = aCC
-CFLAGS = +O3 +DAportable +z -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
-CXXFLAGS = +O3 +DAportable +Z -Aa -D_HPUX_SOURCE
+CFLAGS = -O +DAportable +z -Ae -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
+CXXFLAGS = -O +DAportable +Z -Ae -D_HPUX_SOURCE
MKLIB_OPTIONS = -static