[Optimization+Overlays] More recent GCC-GO and faster fastStdenv

This commit is contained in:
Antoine Viallon 2022-10-08 20:42:14 +02:00
parent 3dc95db22e
commit 043ed14890
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 24 additions and 0 deletions

View file

@ -103,6 +103,15 @@ in
});
# chromium = self.ungoogled-chromium;
gccgo11 = super.wrapCC (super.gcc11.cc.override {
name = "gccgo11";
langCC = true;
langC = true;
langGo = true;
profiledCompiler = false;
});
gccgo = self.gccgo11;
xwayland = super.xwayland.overrideAttrs (old: {
buildInputs = old.buildInputs or [] ++ [ super.makeWrapper ];
postInstall = old.postInstall or "" + ''