X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=d409b794890842eaba498e3d27e06acd2d425919;hp=f6560e657ff0887548a4362e9c5ff51abc517bfe;hb=25cf3bc85f9df25a4fc36707cc80a77fe6f35c83;hpb=9be04e6cf1e848fcc4f065a7407e489684aaaf61 diff --git a/buildconf.sh b/buildconf.sh index f6560e6..d409b79 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.13 2005-03-04 12:00:06 adam Exp $ +# $Id: buildconf.sh,v 1.14 2006-02-07 00:17:44 adam Exp $ set -x dir=`aclocal --print-ac-dir` aclocal -I . @@ -18,7 +18,7 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall" + sh_flags="-g -Wall -O0" enable_configure=true enable_help=false shift