- fix "declaration of 'time' shadows global declaration" warning.
[ira/wip.git] / source3 / configure.developer
1 #!/bin/sh
2 CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
3 export CFLAGS
4 ./configure $*