Change cflags

This commit is contained in:
Themaister 2010-12-30 01:40:35 +01:00
parent c09798018e
commit 51e08c3fd1

View File

@ -53,7 +53,7 @@ ifeq ($(BUILD_FILTER), 1)
DEFINES += -DHAVE_FILTER
endif
CFLAGS = -Wall -O0 -g -std=gnu99 -Wno-unused-variable -I. $(DEFINES)
CFLAGS = -Wall -O3 -std=gnu99 -Wno-unused-variable -I. $(DEFINES)
all: $(TARGET)