From: Martin Mares Date: Sat, 18 Feb 2012 12:08:18 +0000 (+0100) Subject: check-configs: Check configurations without CONFIG_DEBUG, too X-Git-Tag: v5.0~32 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=917e870a849867985bab0a5e4b89fd475e945f8c;p=libucw.git check-configs: Check configurations without CONFIG_DEBUG, too --- diff --git a/debug/check-configs b/debug/check-configs index d796c429..81cdc2af 100755 --- a/debug/check-configs +++ b/debug/check-configs @@ -51,7 +51,8 @@ if [ "$1" == DARWIN ] ; then elif [ -n "$1" ] ; then try "$@" else - try default.cfg + try default.cfg # default configuration + try default.cfg -CONFIG_DEBUG # with no debugging code try debug/default.cfg # debugging configuration try debug/default.cfg -CONFIG_UCW_THREADS # non-threaded configuration try debug/default.cfg -CONFIG_UCW_TLS # threaded, but no TLS support in gcc