summaryrefslogtreecommitdiffstats
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
commit3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd (patch)
tree272b1dd1b105597f8d98693a6c594366ba213e63
parentb9bc7e8cb6255f2973f680678f93978f17489938 (diff)
downloadsamba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.tar.gz
samba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.tar.xz
samba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.zip
computer too slow to compile with debug info (100mins), but i need all the
warnings.
-rwxr-xr-xsource/configure.nodebug.developer3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.nodebug.developer b/source/configure.nodebug.developer
new file mode 100755
index 00000000000..65e21b4bdf4
--- /dev/null
+++ b/source/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 $*