summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2006-09-04 04:01:10 +0000
committerBrad Fitzpatrick <brad@danga.com>2006-09-04 04:01:10 +0000
commit25ef8ed9405e3c0c2788702eea26c3a8698043a7 (patch)
tree3cda50264ef595e9f77d29734b7f09e8d0fe030e /Makefile.am
parent30b7495d55e0e3862be00041bd15bd0bd7a49f2d (diff)
downloadmemcached-25ef8ed9405e3c0c2788702eea26c3a8698043a7.tar.gz
keep assertions on by default for now
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@333 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 71f9344..4f165ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,10 @@ EXTRA_DIST = doc scripts TODO test
# FIXME: how to run Perl tests from automake?
#TESTS = test/getset.t
-AM_CFLAGS=-DNDEBUG
+# Uncomment the following to save some CPU (by disabling assertions), at the risk of silent data
+# structure corruption. After all, this is a new branch of memcached, so you probably want
+# assertions enabled.
+#AM_CFLAGS=-DNDEBUG
dist-hook:
rm -rf $(distdir)/doc/.svn/