Newer
Older
dub_jkp / changelog / cov_ctfe.dd
@Per Nordlöw Per Nordlöw on 7 Jun 2022 222 bytes Add support for coverage at compile-time (CTFE)
The two new build types `cov-ctfe` and `unittest-cov-ctfe` have been added.

These extend the existing build types `cov` and `unittest-cov` respectively by
appending `-cov=ctfe` to the set of flags passed to the compiler.