forked from mirrors/nixpkgs
rebar3Relx: strip native binaries
This commit is contained in:
parent
0a776e108f
commit
5e56caf52f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue