computer too slow to compile with debug info (100mins), but i need all the
authorLuke Leighton <lkcl@samba.org>
Thu, 9 Mar 2000 22:22:38 +0000 (22:22 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 9 Mar 2000 22:22:38 +0000 (22:22 +0000)
warnings.
(This used to be commit 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd)

source3/configure.nodebug.developer [new file with mode: 0755]

diff --git a/source3/configure.nodebug.developer b/source3/configure.nodebug.developer
new file mode 100755 (executable)
index 0000000..65e21b4
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
+./configure $*