ffmpeg: disable pacret & shadowstack if withCudaLLVM
for the same reason as with zerocallusedregs
This commit is contained in:
@@ -1012,6 +1012,10 @@ stdenv.mkDerivation (
|
||||
}
|
||||
// lib.optionalAttrs withCudaLLVM {
|
||||
# remove once https://github.com/NixOS/nixpkgs/issues/318674 is addressed properly
|
||||
hardeningDisable = [ "zerocallusedregs" ];
|
||||
hardeningDisable = [
|
||||
"pacret"
|
||||
"shadowstack"
|
||||
"zerocallusedregs"
|
||||
];
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user