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
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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