From b5ff27084f593f64d47337c5f47ea3bf76c63a5a Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 4 Jun 2009 16:50:24 +0200 Subject: backtrace support removed: unreliable stack trace :( --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d4b4e741..00c0f226c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # This file is released under the BSD license, see the COPYING file DEBUG?= -g -CFLAGS?= -std=c99 -pedantic -O -Wall -W -DSDS_ABORT_ON_OOM +CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -DSDS_ABORT_ON_OOM CCOPT= $(CFLAGS) OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o -- cgit v1.2.1