1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/configure.nodebug.developer
Luke Leighton 25ac9656a3 computer too slow to compile with debug info (100mins), but i need all the
warnings.
(This used to be commit 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd)
2000-03-09 22:22:38 +00:00

4 lines
142 B
Bash
Executable File

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