]> git.saurik.com Git - redis.git/blobdiff - Makefile
Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.
[redis.git] / Makefile
index fda703e1e2d74ae40c438ab13897761961d22572..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 -O0 -Wall -W -DSDS_ABORT_ON_OOM
+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