1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +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 0001-01-01 00:00:00 +00:00
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