mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
afa1a5abaa
to be run when the build directory != source directory. (This used to be commit 697e8e6de50ca4d1a37ec89330a6916429fd9a89)
5 lines
167 B
Bash
Executable File
5 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
|
|
export CFLAGS
|
|
`dirname $0`/configure $*
|