We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee8bf5 + 9648d72 commit e9337d1Copy full SHA for e9337d1
CMakeLists.txt
@@ -653,6 +653,9 @@ if (EMSCRIPTEN AND ENABLE_JS_GLUE)
653
else ()
654
require_compiler_flag("-s ELIMINATE_DUPLICATE_FUNCTIONS=1" YES)
655
endif ()
656
+ if (IE_COMPATIBLE)
657
+ require_compiler_flag("-s LEGACY_VM_SUPPORT=1" YES)
658
+ endif ()
659
660
if (CMAKE_BUILD_TYPE STREQUAL "")
661
# Force -O3 when no build type is specified.
0 commit comments