buildRubyGem: strip by default
I'm not sure why this was disabled, but it looks like a pretty harmless way to bring down closure size and remove references to compilers and stuff.
This commit is contained in:
parent
5934692d6a
commit
11970ee1d6
@ -39,7 +39,7 @@ lib.makeOverridable (
|
|||||||
, meta ? {}
|
, meta ? {}
|
||||||
, patches ? []
|
, patches ? []
|
||||||
, gemPath ? []
|
, gemPath ? []
|
||||||
, dontStrip ? true
|
, dontStrip ? false
|
||||||
# Assume we don't have to build unless strictly necessary (e.g. the source is a
|
# Assume we don't have to build unless strictly necessary (e.g. the source is a
|
||||||
# git checkout).
|
# git checkout).
|
||||||
# If you need to apply patches, make sure to set `dontBuild = false`;
|
# If you need to apply patches, make sure to set `dontBuild = false`;
|
||||||
|
Loading…
Reference in New Issue
Block a user