summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-06-06 23:40:48 +0200
committerantirez <antirez@gmail.com>2009-06-06 23:40:48 +0200
commitc4cd5f393ced23cb298c52eaa5ed67569d3f8d0d (patch)
tree605af8e60877b70877e0ced12c8f290753c72992 /Makefile
parenta3cc9e36aa9fe82bdd62cfb4916e3c1e4cb29583 (diff)
parent433cc893c0ad72b060761b867bc91f270e4338e3 (diff)
downloadredis-c4cd5f393ced23cb298c52eaa5ed67569d3f8d0d.tar.gz
Merge git://github.com/dierbro/redis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7c546470..fda703e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@
# Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
# 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
+DEBUG?= -g -rdynamic -ggdb
+CFLAGS?= -std=c99 -pedantic -O0 -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