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