summaryrefslogtreecommitdiff
path: root/source3/configure.developer
blob: 07ce9fcf12aef4f1fef98d9b0a4efd74cad84eb7 (plain)
1
2
3
4
#!/bin/sh
CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
export CFLAGS
./configure $*