1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

computer too slow to compile with debug info (100mins), but i need all the

warnings.
This commit is contained in:
Luke Leighton -
parent b9bc7e8cb6
commit 3f1d5f7c41

View File

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