Files
wmic/Samba/source/configure.nodebug.developer
2019-02-16 00:16:52 +01:00

4 lines
144 B
Bash

#!/bin/sh
CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
./configure "$@"