mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
0307b23a31
Found that Jeremy had already made some of the changes.
(This used to be commit ca02d9f821
)
5 lines
144 B
Bash
Executable File
5 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
|
|
export CFLAGS
|
|
./configure $*
|