Loading pkgs/os-specific/linux/systemd/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,8 @@ stdenv.mkDerivation (finalAttrs: { hardeningDisable = [ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523 "trivialautovarinit" ]; # breaks clang -target bpf; should be fixed to filter target? ] ++ (lib.optional withLibBPF "zerocallusedregs"); nativeBuildInputs = [ Loading Loading
pkgs/os-specific/linux/systemd/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,8 @@ stdenv.mkDerivation (finalAttrs: { hardeningDisable = [ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523 "trivialautovarinit" ]; # breaks clang -target bpf; should be fixed to filter target? ] ++ (lib.optional withLibBPF "zerocallusedregs"); nativeBuildInputs = [ Loading