From 2d10922688bda917692b323a2001b9e88173e9a8 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 31 Jan 2011 23:54:41 +0100 Subject: [PATCH] Remove debug info. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7abf92f..186ce9e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ HTTP_PARSER_OBJS=http-parser/http_parser.o DEPS=$(FORMAT_OBJS) $(HIREDIS_OBJ) $(JANSSON_OBJ) $(HTTP_PARSER_OBJS) OBJS=webdis.o conf.o cmd.o slog.o server.o libb64/cencode.o acl.o md5/md5.o http.o client.o $(DEPS) -CFLAGS=-O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser +CFLAGS=-O3 -Wall -Wextra -I. -Ijansson/src -Ihttp-parser LDFLAGS=-levent all: $(OUT) Makefile