summaryrefslogtreecommitdiff
path: root/source4/configure.nodebug.developer
blob: 36741ffb3bdcdfb495bea395be5965dc33c718b2 (plain)
1
2
3
#!/bin/sh
CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
./configure "$@"