script that defines some useful developer compiler options (gcc)
authorLuke Leighton <lkcl@samba.org>
Wed, 14 Oct 1998 06:38:40 +0000 (06:38 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 14 Oct 1998 06:38:40 +0000 (06:38 +0000)
and then runs ./configure.

dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
(This used to be commit 0f835b52f8be800b7316042cdef8a985aeebaf92)

source3/configure.developer [new file with mode: 0755]

diff --git a/source3/configure.developer b/source3/configure.developer
new file mode 100755 (executable)
index 0000000..0898b87
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
+./configure