X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fdefault.cfg;h=f6593577d8b76a72df39fce13921bce1e31a66c4;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=267212a54674e2087b8f9db3c86c9e5a50595f69;hpb=9c4e12fb17f9ca11baa89e9e63061d90536117c4;p=libucw.git diff --git a/debug/default.cfg b/debug/default.cfg index 267212a5..f6593577 100644 --- a/debug/default.cfg +++ b/debug/default.cfg @@ -1,7 +1,13 @@ # Configuration used for debugging LibUCW Include("default.cfg"); + Set("CONFIG_LOCAL"); UnSet("CONFIG_SHARED"); Set("CONFIG_DEBUG"); +Set("CONFIG_UCW_DEBUG_TOOLS"); Set("CONFIG_EXACT_CPU"); + +Set("CONFIG_IMAGES"); +Set("CONFIG_CHARSET"); +Set("CONFIG_SHXML");