X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/557a74e56308325874c573e6dd2c6b228136de86..942a39618b8a7fe59435f632ccfb5e7495564fa1:/Makefile diff --git a/Makefile b/Makefile index 4908de46..fdffde82 100644 --- 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