We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9598611 commit 4cda74aCopy full SHA for 4cda74a
1 file changed
product-mini/platforms/darwin/CMakeLists.txt
@@ -91,6 +91,11 @@ if (NOT DEFINED WAMR_BUILD_SIMD)
91
set (WAMR_BUILD_SIMD 1)
92
endif ()
93
94
+if (NOT DEFINED WAMR_BUILD_REF_TYPES)
95
+ # Enable reference types by default
96
+ set (WAMR_BUILD_REF_TYPES 1)
97
+endif ()
98
+
99
if (NOT DEFINED WAMR_BUILD_DEBUG_INTERP)
100
# Disable Debug feature by default
101
set (WAMR_BUILD_DEBUG_INTERP 0)
0 commit comments