From 7703af373d0b43d6ae2490aec9e7b4ba99ea64ea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 5 Mar 2003 08:48:08 +0000 Subject: 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) --- source3/configure.nodebug.developer | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 source3/configure.nodebug.developer (limited to 'source3/configure.nodebug.developer') 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 $* -- cgit