Strip /usr/include from include flags, so we don't end up including
[sfrench/samba-autobuild/.git] / source3 / configure.developer
index 7906511a16d724ab9e7931c8276c12478f37c925..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align"
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"