1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00
This commit is contained in:
John Ericson 2023-12-03 14:10:09 -05:00
parent 0ca49b0c86
commit ce598bae14
5 changed files with 117 additions and 100 deletions

View file

@ -26,12 +26,4 @@ releaseTools.coverageAnalysis {
;
enableParallelBuilding = true;
dontInstall = false;
lcovFilter = [ "*/boost/*" "*-tab.*" ];
hardeningDisable = ["fortify"];
NIX_CFLAGS_COMPILE = "-DCOVERAGE=1";
}