fastStdenv: default to latest

This enviroment is mainly used for development shells, where we also
want the latest and greatest gcc for better safety checks, more c++
features, etc.
This commit is contained in:
Jörg Thalheim
2022-12-23 14:49:26 +01:00
parent cc1bb678f4
commit 2e37bf3754
+1 -1
View File
@@ -14042,7 +14042,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