Unverified Commit 3e6db55d authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

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

ananicy-cpp: fix failing build
parents 987dcc23 6cef413d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"