1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

warnings.
(This used to be commit 3f1d5f7c41)
This commit is contained in:
Luke Leighton 2000-03-09 22:22:38 +00:00
parent 7f7c2e2590
commit 25ac9656a3

View File

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