Turn compiler optimizations back on.

This commit is contained in:
Keith Whitwell 2006-03-29 21:09:14 +00:00
parent 9cf5945b83
commit e6cae6e6f6

View file

@ -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.