Build with -O2

This commit is contained in:
Alan Hourihane 2008-06-04 09:56:00 +01:00
parent 5b6ea6bfc8
commit c218b8c6c6

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