diff options
author | Luke Leighton <lkcl@samba.org> | 2000-03-09 22:22:38 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 2000-03-09 22:22:38 +0000 |
commit | 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd (patch) | |
tree | 272b1dd1b105597f8d98693a6c594366ba213e63 /source/configure.nodebug.developer | |
parent | b9bc7e8cb6255f2973f680678f93978f17489938 (diff) | |
download | samba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.tar.gz samba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.tar.xz samba-3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd.zip |
computer too slow to compile with debug info (100mins), but i need all the
warnings.
Diffstat (limited to 'source/configure.nodebug.developer')
-rwxr-xr-x | source/configure.nodebug.developer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.nodebug.developer b/source/configure.nodebug.developer new file mode 100755 index 00000000000..65e21b4bdf4 --- /dev/null +++ b/source/configure.nodebug.developer @@ -0,0 +1,3 @@ +#!/bin/sh +CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS +./configure $* |