X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c4cd5f393ced23cb298c52eaa5ed67569d3f8d0d..56906eefea4b77e1cd43d0b483d11470a3dab90d:/Makefile diff --git a/Makefile b/Makefile index fda703e1..4908de46 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 -O0 -Wall -W -DSDS_ABORT_ON_OOM +CFLAGS?= -std=c99 -pedantic -O2 -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