X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9e9c0ce1702db12a71bef5ef877b5bf97c3c935e..942a39618b8a7fe59435f632ccfb5e7495564fa1:/Makefile diff --git a/Makefile b/Makefile index f7c54647..fdffde82 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ # Copyright (C) 2009 Salvatore Sanfilippo # 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