Merge pull request #207419 from Mic92/fast-stdenv

fastStdenv: default to gcc_latest
This commit is contained in:
Jörg Thalheim
2022-12-27 10:57:27 +00:00
committed by GitHub
+1 -1
View File
@@ -14050,7 +14050,7 @@ with pkgs;
# This is not intended for use in nixpkgs but for providing a faster-running
# compiler to nixpkgs users by building gcc with reproducibility-breaking
# profile-guided optimizations
fastStdenv = overrideCC gccStdenv (wrapNonDeterministicGcc gccStdenv buildPackages.gcc10);
fastStdenv = overrideCC gccStdenv (wrapNonDeterministicGcc gccStdenv buildPackages.gcc_latest);
wrapCCMulti = cc:
if stdenv.targetPlatform.system == "x86_64-linux" then let