OSDN Git Service

replaced -g with -O3 under linux-x86
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 18 Jun 2001 22:45:16 +0000 (22:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 18 Jun 2001 22:45:16 +0000 (22:45 +0000)
Make-config

index 9f04b81..7cfb915 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Make-config,v 1.45 2001/05/15 15:27:43 brianp Exp $
+# $Id: Make-config,v 1.46 2001/06/18 22:45:16 brianp Exp $
 
 MESA_MAJOR=3
 MESA_MINOR=5
@@ -554,7 +554,7 @@ linux-x86:
        "OSMESA_LIB = libOSMesa.so" \
        "CC = gcc" \
        "CPLUSPLUS = g++" \
-       "CFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include" \
+       "CFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include" \
        "MAKELIB = ../bin/mklib.linux" \
        "GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lm -lpthread" \
        "GLU_LIB_DEPS = -L../lib -lGL -lm" \