summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-01-08 15:58:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-01-08 15:58:32 +0000
commitd599190575d1dca256070d03cf20c6b896a42d32 (patch)
treeeb8ebc0374f8b214074355660390b3a217176673 /src/glu
parent97291208cb34ab97e63a3c32edacae2d580675a6 (diff)
compile with -DNDEBUG
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/Makefile.X1111
1 files changed, 5 insertions, 6 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11
index 968d290169..5481b508c7 100644
--- a/src/glu/sgi/Makefile.X11
+++ b/src/glu/sgi/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.6 2001/12/14 17:19:32 kschultz Exp $
+# $Id: Makefile.X11,v 1.7 2002/01/08 15:58:32 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.5
-# Copyright (C) 1995-2001 Brian Paul
+# Version: 4.1
+# Copyright (C) 1995-2002 Brian Paul
# Makefile for SGI SI GLU library
@@ -122,11 +122,10 @@ OBJECTS = $(C_OBJECTS) $(CC_OBJECTS)
##### RULES #####
.c.o:
- $(CC) -c $(INCDIRS) $(CFLAGS) -DLIBRARYBUILD $< -o $@
+ $(CC) -c $(INCDIRS) $(CFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
.cc.o:
- $(CPLUSPLUS) -c $(INCDIRS) $(CCFLAGS) -DLIBRARYBUILD $< -o $@
-
+ $(CPLUSPLUS) -c $(INCDIRS) $(CCFLAGS) -DNDEBUG -DLIBRARYBUILD $< -o $@
##### TARGETS #####