make --xip and .wamr_mmap configurable from build menu
This commit is contained in:
@ -223,7 +223,8 @@ sub inject {
|
||||
# Catch invalid instruction pointers
|
||||
"-Wf,--catch-outerspace",
|
||||
|
||||
# Messes with AOT compilation target if mmap memory is part of .text
|
||||
# Messes with Wasm compilation targets if mmap memory is part of .text
|
||||
# (because the linear memory is allocated using os_mmap)
|
||||
"-Wf,--catch-write-textsegment",
|
||||
|
||||
"-Wf,--timeout=500000",
|
||||
|
||||
Reference in New Issue
Block a user