re-enable -O2 in makefile

This commit is contained in:
Bill Cox
2011-01-11 07:43:52 -05:00
parent ddd6cde6ef
commit f29dff685a
+2 -2
View File
@@ -1,5 +1,5 @@
CFLAGS=-Wall -g -ansi -fPIC
#CFLAGS=-Wall -O2 -ansi -fPIC -pthread
#CFLAGS=-Wall -g -ansi -fPIC -pthread
CFLAGS=-Wall -O2 -ansi -fPIC -pthread
LIB_TAG=0.1.10
CC=gcc
PREFIX=/usr/local