php: Strip modules

This reduces the closure size from 566 to 438 MiB.
This commit is contained in:
Eelco Dolstra
2017-03-20 16:49:45 +01:00
parent 5897aa771c
commit 3ff08d6f13

View File

@@ -306,6 +306,8 @@ let
substituteInPlace configure --replace "-lstdc++" "-lc++"
'';
stripDebugList = "bin sbin lib modules";
});
in {