From 51e08c3fd1ed9539b5d0e37310fe02e5493113a8 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 30 Dec 2010 01:40:35 +0100 Subject: [PATCH] Change cflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 072e048b5e..3e7bbbb008 100644 --- a/Makefile +++ b/Makefile @@ -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)