summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-06-04 09:56:00 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-06-04 09:56:00 +0100
commitc218b8c6c6593f434a749bf67ad976007e6eef61 (patch)
treefb9311382fd3159c9d3926a2fccfd6ee6d1c4257 /configs
parent5b6ea6bfc80fe96755ca4569048b59baa561f22a (diff)
Build with -O2
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-dri2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index cd82c571c7d..2b30a00c2db 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -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.