diff options
author | Brian Paul <[email protected]> | 2006-09-06 13:49:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-09-06 13:49:17 +0000 |
commit | bb2180dca34ba9be4c26fd489900fa84d4ca1617 (patch) | |
tree | f4072f40eca34fe0068358b87f6f9d8819cd470f /configs/hpux11-ia64 | |
parent | 7d767604c7996ae5f048c592e9fab69ed80c9280 (diff) |
Fixes from Christopher Bell:
Use -O instead of +O3 or +O2.
Remove +Oaggressive.
Replace -Aa with -Ae.
Diffstat (limited to 'configs/hpux11-ia64')
-rw-r--r-- | configs/hpux11-ia64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/hpux11-ia64 b/configs/hpux11-ia64 index 58fa45d9dfc..b94560baf4c 100644 --- a/configs/hpux11-ia64 +++ b/configs/hpux11-ia64 @@ -8,9 +8,9 @@ CONFIG_NAME = hpux11-ia64 CC = cc CXX = aCC -CFLAGS = +z -Ae +DD64 +O3 +DSmckinley -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM -DPTHREADS +CFLAGS = +z -Ae +DD64 -O +DSmckinley -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM -DPTHREADS -CXXFLAGS = +z -Aa +DD64 +O3 +DSmckinley -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DPTHREADS +CXXFLAGS = +z -Ae +DD64 -O +DSmckinley -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DPTHREADS MKLIB_OPTIONS = |