mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
ca02d9f821
Found that Jeremy had already made some of the changes.
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 $*
|