summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-05 08:48:08 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-05 08:48:08 +0000
commit7703af373d0b43d6ae2490aec9e7b4ba99ea64ea (patch)
tree4f4f359d6e7712ffecfeb4d45bb2354492451be8 /source3
parentf98e4e24b1fd9353c6eb2c28d588e3c2fbc1f00d (diff)
downloadsamba-7703af373d0b43d6ae2490aec9e7b4ba99ea64ea.tar.gz
samba-7703af373d0b43d6ae2490aec9e7b4ba99ea64ea.tar.bz2
samba-7703af373d0b43d6ae2490aec9e7b4ba99ea64ea.zip
This file has not been maintained for a while - if we really want this
behaviour we should seperate -g from --enable-developer, and allow developers to also select --enable-debug if they want. Andrew Bartlett (This used to be commit 96d1449c42597ea22c538a004960b26925c641fc)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/configure.nodebug.developer3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/configure.nodebug.developer b/source3/configure.nodebug.developer
deleted file mode 100755
index 65e21b4bdf..0000000000
--- a/source3/configure.nodebug.developer
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
-./configure $*