mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
25ac9656a3
warnings.
(This used to be commit 3f1d5f7c41
)
4 lines
142 B
Bash
Executable File
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 $*
|