]> mj.ucw.cz Git - libucw.git/blob - debug/default.cfg
f6593577d8b76a72df39fce13921bce1e31a66c4
[libucw.git] / debug / default.cfg
1 # Configuration used for debugging LibUCW
2
3 Include("default.cfg");
4
5 Set("CONFIG_LOCAL");
6 UnSet("CONFIG_SHARED");
7 Set("CONFIG_DEBUG");
8 Set("CONFIG_UCW_DEBUG_TOOLS");
9 Set("CONFIG_EXACT_CPU");
10
11 Set("CONFIG_IMAGES");
12 Set("CONFIG_CHARSET");
13 Set("CONFIG_SHXML");