Skip to content

Commit

Permalink
add reference type support by default for darwin to support WASI-SDK-…
Browse files Browse the repository at this point in the history
…25 (#3978)
  • Loading branch information
woodsmc authored Dec 22, 2024
1 parent 9598611 commit 4cda74a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product-mini/platforms/darwin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4cda74a

Please sign in to comment.