From cfa89940f29ed19efa4c410fa1387c6d369b8377 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 29 Dec 2023 01:16:18 +0100 Subject: [PATCH] remove CXXFLAGS hack for gcc9 --- nix/overlay.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index df86028545..3b903b04b2 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -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