From: Martin Mares Date: Tue, 30 Oct 2012 20:20:31 +0000 (+0100) Subject: Debug: Compile with CONFIG_IMAGES_{DUP,SIM} X-Git-Tag: v5.99~100 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c34e90205aaeccb1caf243a6edec9ed6038e139a;p=libucw.git Debug: Compile with CONFIG_IMAGES_{DUP,SIM} --- diff --git a/debug/default.cfg b/debug/default.cfg index 15bbeca7..114ad3a4 100644 --- a/debug/default.cfg +++ b/debug/default.cfg @@ -10,5 +10,8 @@ Set("CONFIG_EXACT_CPU"); Set("CONFIG_UCW_OBSOLETE_DAEMON_HELPER"); Set("CONFIG_IMAGES"); +Set("CONFIG_IMAGES_DUP"); +Set("CONFIG_IMAGES_SIM"); + Set("CONFIG_CHARSET"); Set("CONFIG_SHXML");