1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/configure.developer
Tim Potter 71e83b2544 Pass arguments to ./configure
(This used to be commit 6e9ab5157842700adc895a6ae0bcf0927bc43588)
2000-01-31 02:44:05 +00:00

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 $*