diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 947a54c851..acf55eba50 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -165,4 +165,12 @@ config INTERPRETERS_WAMR_GLOBAL_HEAP_POOL_SIZE endif +config INTERPRETERS_WAMR_CONFIGUABLE_BOUNDS_CHECKS + bool "Configuable bounds checks" + default n + ---help--- + Bounds checks enabled by default. With this option, you can + disable bounds checks passing --disable-bounds-checks to + iwasm. + endif