add reference type support by default for darwin to support WASI-SDK-25 ()

This commit is contained in:
Chris Woods 2024-12-22 05:48:43 -05:00 committed by GitHub
parent 9598611e35
commit 4cda74ad85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,11 @@ if (NOT DEFINED WAMR_BUILD_SIMD)
set (WAMR_BUILD_SIMD 1)
endif ()
if (NOT DEFINED WAMR_BUILD_REF_TYPES)
# Enable reference types by default
set (WAMR_BUILD_REF_TYPES 1)
endif ()
if (NOT DEFINED WAMR_BUILD_DEBUG_INTERP)
# Disable Debug feature by default
set (WAMR_BUILD_DEBUG_INTERP 0)