summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-06-04 16:45:57 +0200
committerantirez <antirez@gmail.com>2009-06-04 16:45:57 +0200
commit7f957c925bb2b9dd8b89b1017b24b0d5f852cd7f (patch)
treeb1e92cc1078111aa8bf2a91eadad82387602c283 /Makefile
parentf7acd60336702b273886ef49650de34b143cbf36 (diff)
downloadredis-7f957c925bb2b9dd8b89b1017b24b0d5f852cd7f.tar.gz
initial backtrace dumping on sigsegv/sigbus + debug command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00c0f226c..1d4b4e741 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 -O2 -Wall -W -DSDS_ABORT_ON_OOM
+CFLAGS?= -std=c99 -pedantic -O -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