]> git.saurik.com Git - redis.git/blobdiff - Makefile
in-memory specialized object encoding (for now 32 signed integers only)
[redis.git] / Makefile
index f7c546470bca60c39e5e658a072801f63140ee6a..fdffde82c18f806cb83949e03fb9559e9c2cdc7f 100644 (file)
--- 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 -O2 -pedantic -Wall -W
 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