ananicy-cpp: fix failing build

This commit is contained in:
hand7s
2024-07-10 22:25:19 +03:00
committed by hand7s
parent 54bc082f5a
commit 6cef413dfc
+1 -1
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"