ananicy-cpp: fix failing build
This commit is contained in:
@@ -55,7 +55,7 @@ clangStdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# BPF A call to built-in function '__stack_chk_fail' is not supported.
|
# BPF A call to built-in function '__stack_chk_fail' is not supported.
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" "zerocallusedregs" ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DUSE_EXTERNAL_JSON=ON"
|
"-DUSE_EXTERNAL_JSON=ON"
|
||||||
|
|||||||
Reference in New Issue
Block a user