-compile(no_native) is invalid
Closed this issue · 0 comments
KronicDeth commented
erts/preloaded/src/prim_net.erl and erts/preloaded/src/prim_socket.er use
-compile(no_native)
which EIR says is unsupported.
We need to either accept it OR modify our fork, lumen/otp
.