Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Simplicity.C.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv, gcovr ? null, wideMultiply ? null, withCoverage ? false
, production ? false
, gcov-executable ? if stdenv.cc.isGNU then "gcov" else
, gcov-executable ? if stdenv.cc.isGNU then "gcov -r" else
if stdenv.cc.isClang then "${stdenv.cc.cc.libllvm}/bin/llvm-cov gcov"
else null
, doCheck ? true
Expand Down