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 cd82c571c7d0c57b84ea2673a1e55b0be5f87c1b..2b30a00c2dbde5d63890aac4f6d14011907f0b23 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.