mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +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 used to be commit 0f835b52f8
)
This commit is contained in:
3
source3/configure.developer
Executable file
3
source3/configure.developer
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
|
||||||
|
./configure
|
Reference in New Issue
Block a user