diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-05 08:48:08 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-05 08:48:08 +0000 |
commit | 7703af373d0b43d6ae2490aec9e7b4ba99ea64ea (patch) | |
tree | 4f4f359d6e7712ffecfeb4d45bb2354492451be8 | |
parent | f98e4e24b1fd9353c6eb2c28d588e3c2fbc1f00d (diff) | |
download | samba-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)
-rwxr-xr-x | source3/configure.nodebug.developer | 3 |
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 $* |