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:
Alyssa Ross 2020-01-06 22:49:28 +00:00
parent 5934692d6a
commit 11970ee1d6
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

@ -39,7 +39,7 @@ lib.makeOverridable (
, meta ? {}
, patches ? []
, gemPath ? []
, dontStrip ? true
, dontStrip ? false
# Assume we don't have to build unless strictly necessary (e.g. the source is a
# git checkout).
# If you need to apply patches, make sure to set `dontBuild = false`;