Enable ref types by default (#3894)

This commit is contained in:
Maks Litskevich
2024-11-27 14:06:07 +03:00
committed by GitHub
parent 1d111a38d6
commit 7b553cd420
3 changed files with 5 additions and 5 deletions

View File

@ -113,8 +113,8 @@ if (NOT DEFINED WAMR_BUILD_SIMD)
endif ()
if (NOT DEFINED WAMR_BUILD_REF_TYPES)
# Disable reference types by default
set (WAMR_BUILD_REF_TYPES 0)
# Enable reference types by default
set (WAMR_BUILD_REF_TYPES 1)
endif ()
set (WAMR_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})