We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41850b6 commit 618f9b1Copy full SHA for 618f9b1
1 file changed
build-scripts/config_common.cmake
@@ -211,10 +211,6 @@ if (NOT DEFINED WAMR_BUILD_TAIL_CALL)
211
set (WAMR_BUILD_TAIL_CALL 0)
212
endif ()
213
214
-if (NOT DEFINED WAMR_BUILD_REF_TYPES)
215
- set (WAMR_BUILD_REF_TYPES 1)
216
-endif ()
217
-
218
########################################
219
# Compilation options to marco
220
0 commit comments