Merge pull request #326166 from s0me1newithhand7s/anaicy-cpp-fix

ananicy-cpp: fix failing build
This commit is contained in:
Masum Reza
2024-07-11 09:13:17 +05:30
committed by GitHub
+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"