treewide: strip more things in cross
Stripping reduces closure sizes.
This commit is contained in:
@@ -26,10 +26,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Don't run the native `strip' when cross-compiling. This breaks at least
|
||||
# with `.a' files for MinGW.
|
||||
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GNU Libtool, a generic library support script";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user