php: Strip modules
This reduces the closure size from 566 to 438 MiB.
This commit is contained in:
parent
5897aa771c
commit
3ff08d6f13
|
@ -306,6 +306,8 @@ let
|
||||||
substituteInPlace configure --replace "-lstdc++" "-lc++"
|
substituteInPlace configure --replace "-lstdc++" "-lc++"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
stripDebugList = "bin sbin lib modules";
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue