qemu_x86: enable CONFIG_DEBUG_INFO

Minimal performance cost and will enable runtime stack traces.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2018-03-16 13:02:37 -07:00 committed by Andrew Boie
parent 2f5659d4d2
commit 1c5e6b2d3e
3 changed files with 3 additions and 0 deletions

View file

@ -21,4 +21,5 @@ CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_X86_PAE_MODE=y
CONFIG_DEBUG_INFO=y

View file

@ -22,3 +22,4 @@ CONFIG_X86_MMU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_DEBUG_INFO=y

View file

@ -16,3 +16,4 @@ CONFIG_UART_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_XIP=y
CONFIG_DEBUG_INFO=y