Closed maehjam closed 4 years ago
I would say the {include_erts, false}
flag. I tried it out and the {include_erts, false}
flag in rebar 3.14 doesn't prevent rebar to use the kernel installed on the system instead of our own. With {mode, minimal}
it uses the kernel from our OTP.
To be more precise: It's the include_erts
flag that behaves different with rebar 3.14 and what we need is that the minimal mode additionally drops the system libs.
Looks like I was using rebar 3.13 and not 3.14 as I thought. Hence, this fixes nothing.
This fixes #62 .