1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source/configure.developer
Shirish Kalele ca02d9f821 Cleaning up the warnings from configure.developer.
Found that Jeremy had already made some of the changes.
0001-01-01 00:00:00 +00:00

5 lines
144 B
Bash
Executable File

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