Allow user to specify CFLAGS even when using configure.developer
[ira/wip.git] / source3 / configure.developer
1 #!/bin/sh
2 CFLAGS="$CFLAGS -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
3 export CFLAGS
4 `dirname $0`/configure $*