diff --git a/Makefile b/Makefile index 59a8d6f..fb96af3 100644 --- a/Makefile +++ b/Makefile @@ -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