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