From de8b8a8c44c87130a2a5120a4c07262fa6806f6b Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 31 Oct 2006 12:23:03 +0000 Subject: added nodebug configure script without any debug messages and without -g --- scripts/cfg-nodebug | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/cfg-nodebug (limited to 'scripts/cfg-nodebug') diff --git a/scripts/cfg-nodebug b/scripts/cfg-nodebug new file mode 100755 index 000000000..7f5e58102 --- /dev/null +++ b/scripts/cfg-nodebug @@ -0,0 +1,2 @@ +#!/bin/bash +CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -O2 -DDEBUG_LEVEL=0" ./configure --sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http -- cgit v1.2.3