Spread module custom data to all threads, enable libc-builtin float print (#633)
This commit is contained in:
@ -182,6 +182,8 @@ endif ()
|
||||
if (WAMR_DISABLE_HW_BOUND_CHECK EQUAL 1)
|
||||
add_definitions (-DWASM_DISABLE_HW_BOUND_CHECK=1)
|
||||
message (" Hardware boundary check disabled")
|
||||
else ()
|
||||
add_definitions (-DWASM_DISABLE_HW_BOUND_CHECK=0)
|
||||
endif ()
|
||||
if (WAMR_BUILD_SIMD EQUAL 1)
|
||||
add_definitions (-DWASM_ENABLE_SIMD=1)
|
||||
|
||||
Reference in New Issue
Block a user