mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
7703af373d
behaviour we should seperate -g from --enable-developer, and allow developers to also select --enable-debug if they want. Andrew Bartlett (This used to be commit 96d1449c42597ea22c538a004960b26925c641fc)
4 lines
142 B
Bash
Executable File
4 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
|
|
./configure $*
|