Files
wmic/Samba/source/configure.nodebug.developer
T

4 lines
144 B
Bash
Raw Normal View History

2019-02-16 00:16:52 +01:00
#!/bin/sh
CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
./configure "$@"