summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-06-04 16:50:24 +0200
committerantirez <antirez@gmail.com>2009-06-04 16:50:24 +0200
commitb5ff27084f593f64d47337c5f47ea3bf76c63a5a (patch)
tree8a6ea0cd1b53549b5e1f6e9da87eea01f2af9243 /Makefile
parent7f957c925bb2b9dd8b89b1017b24b0d5f852cd7f (diff)
downloadredis-b5ff27084f593f64d47337c5f47ea3bf76c63a5a.tar.gz
backtrace support removed: unreliable stack trace :(
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d4b4e741..00c0f226c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# This file is released under the BSD license, see the COPYING file
DEBUG?= -g
-CFLAGS?= -std=c99 -pedantic -O -Wall -W -DSDS_ABORT_ON_OOM
+CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -DSDS_ABORT_ON_OOM
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