diff options
-rwxr-xr-x | source3/configure.nodebug.developer | 3 |
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 $* |