From: Martin Mares Date: Fri, 3 Jan 2014 12:52:54 +0000 (+0100) Subject: Config: By default, debug configuration build shared libraries X-Git-Tag: v5.99~50^2~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a00369dc699a442a5d517396e60814bc378874d3;p=libucw.git Config: By default, debug configuration build shared libraries --- diff --git a/debug/default.cfg b/debug/default.cfg index 114ad3a4..f0efd32e 100644 --- a/debug/default.cfg +++ b/debug/default.cfg @@ -3,7 +3,7 @@ Include("default.cfg"); Set("CONFIG_LOCAL"); -UnSet("CONFIG_SHARED"); +# UnSet("CONFIG_SHARED"); Set("CONFIG_DEBUG"); Set("CONFIG_UCW_DEBUG_TOOLS"); Set("CONFIG_EXACT_CPU");