1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

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 commit is contained in:
Luke Leighton -
parent 69f5f9f889
commit 0f835b52f8

3
source/configure.developer Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
./configure