]> mj.ucw.cz Git - libucw.git/commitdiff
Config: Enable CONFIG_EXACT_CPU in debugging configuration
authorMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:53:32 +0000 (17:53 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:53:32 +0000 (17:53 +0100)
debug/default.cfg

index a309a07b79de3298acc0db68a9b6de1677a49302..267212a54674e2087b8f9db3c86c9e5a50595f69 100644 (file)
@@ -4,3 +4,4 @@ Include("default.cfg");
 Set("CONFIG_LOCAL");
 UnSet("CONFIG_SHARED");
 Set("CONFIG_DEBUG");
+Set("CONFIG_EXACT_CPU");