From 47038dcd2b440dcfd955339b35ad98767301f65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 25 Feb 2020 09:46:12 +0100 Subject: Replace +A0 with +A1 In recent versions there has been issues with disabling +A completely. Starting in OTP-23 the VM will automatically use +A1 when the +A0 argument is given, as well. --- core/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.mk b/core/core.mk index eb16c0d..77adc2e 100644 --- a/core/core.mk +++ b/core/core.mk @@ -66,7 +66,7 @@ export ERLANG_MK_TMP # "erl" command. -ERL = erl +A0 -noinput -boot no_dot_erlang +ERL = erl +A1 -noinput -boot no_dot_erlang # Platform detection. -- cgit v1.2.3