mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
|
|
./configure $*
|