diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2006-03-29 21:09:14 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2006-03-29 21:09:14 +0000 |
commit | e6cae6e6f622d0abe68918d772a820047127de5f (patch) | |
tree | 14529fae3520149729cea7140ada8bc2fdceb49e | |
parent | 9cf5945b836fe7eea707ec0b00a11270a059fa2d (diff) |
Turn compiler optimizations back on.
-rw-r--r-- | configs/linux-dri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index c3e8c58a17..74fd4ae9bd 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. |