diff --git a/Makefile b/Makefile index fc4a5aa8..8df0f3e5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ else PICRIN_LIB=libpicrin.so endif -all: debug run +all: release run release: CFLAGS += -DDEBUG=0 -O3 release: build