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 | 25ac9656a3b7196eb2dc8050011e2857e9bae03d (patch) | |
tree | e8f0baa4c6ed31a34e8e0234ed88084776836bd2 | |
parent | 7f7c2e259084399e402589bed88ba1ad6fa4b57e (diff) | |
download | samba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.tar.gz samba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.tar.bz2 samba-25ac9656a3b7196eb2dc8050011e2857e9bae03d.zip |
computer too slow to compile with debug info (100mins), but i need all the
warnings.
(This used to be commit 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd)
-rwxr-xr-x | source3/configure.nodebug.developer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.nodebug.developer b/source3/configure.nodebug.developer new file mode 100755 index 0000000000..65e21b4bdf --- /dev/null +++ b/source3/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 $* |