From df2eb8e97b67452f52723e2e93c0ebcd8e3e61d5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 21 Jan 2009 01:56:53 +0000 Subject: Now that x86emu debugging is actually working, it should be switched off per default because it adds quite noticably to the image size. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3888 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/config/Options.lb b/src/config/Options.lb index 9b7842481f..bb141d008e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -408,9 +408,9 @@ end ############################################### define DEBUG - default 1 + default 0 export always - comment "Enable debugging code" + comment "Enable x86emu debugging code" end define CONFIG_CONSOLE_VGA default 0 -- cgit v1.2.3