diff options
Diffstat (limited to 'configs/hpux10-gcc')
-rw-r--r-- | configs/hpux10-gcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/hpux10-gcc b/configs/hpux10-gcc index be396f85499..40f243c2338 100644 --- a/configs/hpux10-gcc +++ b/configs/hpux10-gcc @@ -10,7 +10,6 @@ CXX = g++ CFLAGS = -ansi -O3 -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM CXXFLAGS = -ansi -O3 -D_HPUX_SOURCE -GLUT_CFLAGS = -fexceptions # Work around aliasing bugs - developers should comment this out CFLAGS += -fno-strict-aliasing |