Build with -O2
authorAlan Hourihane <alanh@tungstengraphics.com>
Wed, 4 Jun 2008 08:56:00 +0000 (09:56 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Wed, 4 Jun 2008 08:56:00 +0000 (09:56 +0100)
configs/linux-dri

index cd82c57..2b30a00 100644 (file)
@@ -13,7 +13,7 @@ CXX = g++
 #MKDEP = gcc -M
 #MKDEP_OPTIONS = -MF depend
 
-OPT_FLAGS  = -O -g
+OPT_FLAGS  = -O2 -g
 PIC_FLAGS  = -fPIC
 
 # Add '-DGLX_USE_TLS' to ARCH_FLAGS to enable TLS support.