r23475: Fix the prototype for sys_broken_setgroups and log *BSD group list
[sfrench/samba-autobuild/.git] / source / configure.developer
index e1fee89d46e3ff4f0108858c4b5c7ddc09a106e3..b8cf6d68b100a8a3dc45cf0989b4df31e2a4d460 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
-export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" -DDEBUG_PASSWORD
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       "$@"