From 3f1d5f7c41a69d1249978c84c84ee4c80abf6cdd 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. --- source/configure.nodebug.developer | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 source/configure.nodebug.developer (limited to 'source/configure.nodebug.developer') 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 $* -- cgit