From 25ac9656a3b7196eb2dc8050011e2857e9bae03d Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 9 Mar 2000 22:22:38 +0000 Subject: computer too slow to compile with debug info (100mins), but i need all the warnings. (This used to be commit 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd) --- source3/configure.nodebug.developer | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 source3/configure.nodebug.developer (limited to 'source3') 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 $* -- cgit