Skip to content

Commit 816d388

Browse files
committed
emscripten: phase out old OTP version (< 26)
Support to OTP version < 26 is not compiled by default. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 40f9705 commit 816d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/emscripten/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (NOT CMAKE_TOOLCHAIN_FILE)
2929
endif ()
3030

3131
# Options that make sense for this platform
32-
option(AVM_ENABLE_OLD_OTP_VERSIONS "Enable OTP version < 26" ON)
32+
option(AVM_ENABLE_OLD_OTP_VERSIONS "Enable OTP version < 26" OFF)
3333
option(AVM_DISABLE_SMP "Disable SMP." OFF)
3434
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
3535
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)

0 commit comments

Comments
 (0)