We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f9705 commit 816d388Copy full SHA for 816d388
src/platforms/emscripten/CMakeLists.txt
@@ -29,7 +29,7 @@ if (NOT CMAKE_TOOLCHAIN_FILE)
29
endif ()
30
31
# Options that make sense for this platform
32
-option(AVM_ENABLE_OLD_OTP_VERSIONS "Enable OTP version < 26" ON)
+option(AVM_ENABLE_OLD_OTP_VERSIONS "Enable OTP version < 26" OFF)
33
option(AVM_DISABLE_SMP "Disable SMP." OFF)
34
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
35
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
0 commit comments