summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorZach Loafman <zachary.loafman@isilon.com>2008-07-03 13:45:07 -0700
committerVolker Lendecke <vl@samba.org>2008-07-22 15:00:48 +0200
commit45bbad9ca03621e67b4fe1db3299da0557fcf812 (patch)
treecb9434c6c3b58494af512f1f233220830ab58134 /source3/Makefile.in
parent2d7660dcc3df2148be07152cf2337336ae54de85 (diff)
downloadsamba-45bbad9ca03621e67b4fe1db3299da0557fcf812.tar.gz
samba-45bbad9ca03621e67b4fe1db3299da0557fcf812.tar.bz2
samba-45bbad9ca03621e67b4fe1db3299da0557fcf812.zip
Add --enable-picky-developer
This adds an --enable-picky-developer option that will halt compilation on warnings. Yes, this could be handled by a direct Makefile change, but people should be encourage to do it! (This used to be commit 10a2ab40771b7d0222f339a87a45630a23ce4788)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 72aa9a5149..aeff057132 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -34,8 +34,8 @@ SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@
MODULE_EXPORTS=@MODULE_EXPORTS@
# Add $(DEVELOPER_CFLAGS) to $(CFLAGS) to enable extra compiler
-# (GCC) warnings. This is done automtically for --enable-developer
-# and --enable-krb5developer.
+# (GCC) warnings. This is done automtically for --enable-developer,
+# --enable-picky-developer and --enable-krb5developer.
DEVELOPER_CFLAGS=@DEVELOPER_CFLAGS@
CFLAGS=@CFLAGS@
CPPFLAGS=-DHAVE_CONFIG_H @CPPFLAGS@