remove CXXFLAGS hack for gcc9

This commit is contained in:
Wolfgang Thaller 2023-12-29 01:16:18 +01:00
parent a777d4d585
commit cfa89940f2
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ pkgs: prevPkgs: {
make -j$NIX_BUILD_CORES
make install
'';
env.CXXFLAGS = "--std=c++14"; # gcc 9 doesn't seem to like C++17
};
# binutils -- binutils with the wrappers provided by nixpkgs