]> git.saurik.com Git - redis.git/blobdiff - Makefile
in-memory specialized object encoding (for now 32 signed integers only)
[redis.git] / Makefile
index 4908de46ac849112744bbf3dc42eb648460b2bb1..fdffde82c18f806cb83949e03fb9559e9c2cdc7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # This file is released under the BSD license, see the COPYING file
 
 DEBUG?= -g -rdynamic -ggdb 
-CFLAGS?= -std=c99 -pedantic -O2 -Wall -W
+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