Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3f4e8ca

Browse files
authored
Merge pull request #3199 from MoonlightSentinel/coverage
Add -cov=ctfe to enable CTFE coverage reports
2 parents e1fb198 + eb64b6d commit 3f4e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ INSTALL_DIR=../install
3131
DOCDIR=doc
3232
IMPDIR=import
3333

34-
OPTIONAL_COVERAGE:=$(if $(TEST_COVERAGE),-cov,)
34+
OPTIONAL_COVERAGE:=$(if $(TEST_COVERAGE),-cov=ctfe,)
3535

3636
# default to PIC on x86_64, use PIC=1/0 to en-/disable PIC.
3737
# Note that shared libraries and C files are always compiled with PIC.

0 commit comments

Comments
 (0)