From a00369dc699a442a5d517396e60814bc378874d3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Jan 2014 13:52:54 +0100 Subject: [PATCH] Config: By default, debug configuration build shared libraries --- debug/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2