Commit 6cef413d authored by hand7s's avatar hand7s Committed by hand7s
Browse files

ananicy-cpp: fix failing build

parent 54bc082f
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"