rebar3Relx: strip native binaries

master
David 2021-06-06 10:59:17 +02:00 committed by Raphael Megzari
parent 0a776e108f
commit 5e56caf52f
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ let
buildInputs = buildInputs ++ [ erlang rebar3 openssl ] ++ beamDeps;
dontStrip = true;
# ensure we strip any native binaries (eg. NIFs, ports)
stripDebugList = lib.optional (releaseType == "release") "rel";
inherit src;