Browse Source

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.
Loïc Hoguin 5 years ago
parent
commit
47038dcd2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/core.mk

+ 1 - 1
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.