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