You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
352 B
17 lines
352 B
# 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_UCW_OBSOLETE_DAEMON_HELPER");
|
|
|
|
Set("CONFIG_IMAGES");
|
|
Set("CONFIG_IMAGES_DUP");
|
|
Set("CONFIG_IMAGES_SIM");
|
|
|
|
Set("CONFIG_CHARSET");
|
|
Set("CONFIG_XML");
|
|
|