llvm: disable shadowstack hardening flag

This commit is contained in:
Robert Scott
2024-07-28 17:40:54 +01:00
parent a30f794865
commit 7a4736e1ef
@@ -104,6 +104,7 @@ stdenv.mkDerivation (rec {
hardeningDisable = [
"trivialautovarinit"
"shadowstack"
];
nativeBuildInputs = [ cmake ]