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:
parent
69f5f9f889
commit
0f835b52f8
3
source/configure.developer
Executable file
3
source/configure.developer
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
|
||||
./configure
|
Loading…
Reference in New Issue
Block a user