diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:38:40 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:38:40 +0000 |
commit | 0f835b52f8be800b7316042cdef8a985aeebaf92 (patch) | |
tree | 928239584f5c58069aebb48bf25454465827f618 /source/configure.developer | |
parent | 69f5f9f88935de1f63ffc9aa19c0629b395e66e6 (diff) | |
download | samba-0f835b52f8be800b7316042cdef8a985aeebaf92.tar.gz samba-0f835b52f8be800b7316042cdef8a985aeebaf92.tar.xz samba-0f835b52f8be800b7316042cdef8a985aeebaf92.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.
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-x | source/configure.developer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.developer b/source/configure.developer new file mode 100755 index 00000000000..0898b87119f --- /dev/null +++ b/source/configure.developer @@ -0,0 +1,3 @@ +#!/bin/sh +export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual" +./configure |