]> mj.ucw.cz Git - libucw.git/blob - debug/default.cfg
Conf: Explain impossibility of section sharing
[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_EXACT_CPU");
9
10 Set("CONFIG_IMAGES");
11 Set("CONFIG_CHARSET");
12 Set("CONFIG_SHXML");