diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index bcb29c1e0..947a54c85 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -141,6 +141,10 @@ config INTERPRETERS_WAMR_MEMORY_TRACING bool "Enable memory tracing" default n +config INTERPRETERS_WAMR_DUMP_CALL_STACK + bool "Enable dump call stack (on exception)" + default n + config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK bool "Disable hardware bound check" default n