Skip to content

Commit 8e72d74

Browse files
committed
Merge pull request #2059 from bettio/emscripten-disable-pre-otp-26
emscripten: phase out old OTP version (< 26) These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 40f9705 + 816d388 commit 8e72d74

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)