interpreters/wamr: New option for configurable bounds checks
Works with https://github.com/bytecodealliance/wasm-micro-runtime/pull/2289 Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
9de5a2550e
commit
be0e677699
@ -165,4 +165,12 @@ config INTERPRETERS_WAMR_GLOBAL_HEAP_POOL_SIZE
|
|||||||
|
|
||||||
endif
|
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
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user