mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
commit
6b370024d4
@ -306,7 +306,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…
Reference in New Issue
Block a user