summaryrefslogtreecommitdiff
path: root/source3/configure.nodebug.developer
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-09 22:22:38 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-09 22:22:38 +0000
commit25ac9656a3b7196eb2dc8050011e2857e9bae03d (patch)
treee8f0baa4c6ed31a34e8e0234ed88084776836bd2 /source3/configure.nodebug.developer
parent7f7c2e259084399e402589bed88ba1ad6fa4b57e (diff)
downloadsamba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.tar.gz
samba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.tar.bz2
samba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.zip
computer too slow to compile with debug info (100mins), but i need all the
warnings. (This used to be commit 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd)
Diffstat (limited to 'source3/configure.nodebug.developer')
-rwxr-xr-xsource3/configure.nodebug.developer3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.nodebug.developer b/source3/configure.nodebug.developer
new file mode 100755
index 0000000000..65e21b4bdf
--- /dev/null
+++ b/source3/configure.nodebug.developer
@@ -0,0 +1,3 @@
+#!/bin/sh
+CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
+./configure $*