From 070d33234167323a19309dd310e1b354cae74204 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 5 Jun 2011 14:50:07 +0200 Subject: [PATCH] Reset Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe49571..1978e09 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 cmd.o worker.o slog.o server.o libb64/cencode.o acl.o md5/md5.o http.o client.o websocket.o pool.o conf.o $(DEPS) -CFLAGS=-O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser +CFLAGS=-O3 -Wall -Wextra -I. -Ijansson/src -Ihttp-parser LDFLAGS=-levent -pthread all: $(OUT) Makefile