From 9c4e12fb17f9ca11baa89e9e63061d90536117c4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 18 Feb 2012 17:53:32 +0100 Subject: [PATCH] Config: Enable CONFIG_EXACT_CPU in debugging configuration --- debug/default.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/debug/default.cfg b/debug/default.cfg index a309a07b..267212a5 100644 --- a/debug/default.cfg +++ b/debug/default.cfg @@ -4,3 +4,4 @@ Include("default.cfg"); Set("CONFIG_LOCAL"); UnSet("CONFIG_SHARED"); Set("CONFIG_DEBUG"); +Set("CONFIG_EXACT_CPU"); -- 2.39.2