summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-02-21 07:30:11 +0000
committerPaul Smith <psmith@gnu.org>2011-02-21 07:30:11 +0000
commit936d622e598a735a176cfb990f2ed0828e8905f1 (patch)
tree4f414cb592087bed30a3563174c554f155a229f6 /maintMakefile
parent03e2347f92e6484f2a4b6df5ee98b846f38ff4df (diff)
downloadmake-936d622e598a735a176cfb990f2ed0828e8905f1.tar.gz
* Fixups to the make man page
* Minor syntax cleanups in the manual * In non-maintainer mode set NDEBUG to disable assert() * Performance improvements in strcache: Build Info 1000 2000 4000 3.82 -g 2.61s 8.85s 33.52s 3.82 -O2 1.90s 7.62s 27.82s New -g (with asserts) 1.03s 2.31s 5.79s New -O2 (no asserts) 0.65s 1.50s 3.52s
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile
index 188ff24d..11a76af7 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -5,6 +5,9 @@
# We like mondo-warnings!
AM_CFLAGS += -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast
+MAKE_MAINTAINER_MODE := -DMAKE_MAINTAINER_MODE
+AM_CPPFLAGS += $(MAKE_MAINTAINER_MODE)
+
# I want this one but I have to wait for the const cleanup!
# -Wwrite-strings