summaryrefslogtreecommitdiff
path: root/source3/configure.developer
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-14 06:38:40 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-14 06:38:40 +0000
commitaede45bae370b3cec477771485b471331f912904 (patch)
tree657cc4caad6fe4679d2b9f10d875cd6894fef631 /source3/configure.developer
parent935dc98f6670ba630bd2086ef9eddcc94a0562e2 (diff)
downloadsamba-aede45bae370b3cec477771485b471331f912904.tar.gz
samba-aede45bae370b3cec477771485b471331f912904.tar.bz2
samba-aede45bae370b3cec477771485b471331f912904.zip
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 0f835b52f8be800b7316042cdef8a985aeebaf92)
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-xsource3/configure.developer3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.developer b/source3/configure.developer
new file mode 100755
index 0000000000..0898b87119
--- /dev/null
+++ b/source3/configure.developer
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
+./configure