1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/configure.developer
Luke Leighton aede45bae3 script that defines some useful developer compiler options (gcc)
and then runs ./configure.

dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
(This used to be commit 0f835b52f8)
1998-10-14 06:38:40 +00:00

4 lines
104 B
Bash
Executable File

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