ananicy-cpp: fix failing build

This commit is contained in:
hand7s
2024-07-10 22:05:04 +03:00
committed by Florian Brandes
parent 771df0533c
commit 655f8f6a77

View File

@@ -55,7 +55,7 @@ clangStdenv.mkDerivation rec {
];
# BPF A call to built-in function '__stack_chk_fail' is not supported.
hardeningDisable = [ "stackprotector" ];
hardeningDisable = [ "stackprotector" "zerocallusedregs" ];
cmakeFlags = [
"-DUSE_EXTERNAL_JSON=ON"