summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-03-29 21:09:14 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-03-29 21:09:14 +0000
commite6cae6e6f622d0abe68918d772a820047127de5f (patch)
tree14529fae3520149729cea7140ada8bc2fdceb49e
parent9cf5945b836fe7eea707ec0b00a11270a059fa2d (diff)
downloadmesa-e6cae6e6f622d0abe68918d772a820047127de5f.tar.gz
Turn compiler optimizations back on.
-rw-r--r--configs/linux-dri3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index c3e8c58a17d..74fd4ae9bd1 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -13,7 +13,8 @@ CXX = g++
#MKDEP = gcc -M
#MKDEP_OPTIONS = -MF depend
-OPT_FLAGS = -g -march=pentium4 -fprefetch-loop-arrays
+#OPT_FLAGS = -g -march=pentium4 -fprefetch-loop-arrays
+OPT_FLAGS = -O2
PIC_FLAGS = -fPIC
# Add '-DGLX_USE_TLS' to ARCH_FLAGS to enable TLS support.