From: Martin Mares Date: Fri, 3 Jan 2014 15:53:01 +0000 (+0100) Subject: Debug: check-configs tries static linking, too X-Git-Tag: v5.99~50^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=863b12ae48459fc7450cd09686588ada98649fdc;p=libucw.git Debug: check-configs tries static linking, too --- diff --git a/debug/check-configs b/debug/check-configs index 90799016..c2f32e6d 100755 --- a/debug/check-configs +++ b/debug/check-configs @@ -54,6 +54,7 @@ else 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_SHARED # statically linked try debug/default.cfg -CONFIG_UCW_THREADS # non-threaded configuration try debug/default.cfg -CONFIG_UCW_TLS # threaded, but no TLS support in gcc try debug/default.cfg -CONFIG_UCW_EPOLL -CONFIG_UCW_MONOTONIC_CLOCK # without epoll and monotonic clock