1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-01 16:59:10 +03:00
Files
samba-mirror/source/configure.developer

5 lines
175 B
Bash
Executable File

#!/bin/sh
CFLAGS="$CFLAGS -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
export CFLAGS
`dirname $0`/configure $*