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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user