Remove the WMAKEENV forcing of MK_COVERAGE to no

We'll see if this changes my debugging output any
This commit is contained in:
Enji Cooper 2017-10-30 09:04:57 +00:00
parent 1e3c032108
commit a681ab9b08

View File

@ -2288,12 +2288,7 @@ _coverage_libs+= lib/libclang_rt/profile
.else
.endif
.endif
.if empty(_coverage_libs)
# XXX(ngie): force MK_COVERAGE off since the compiler we're working with (at
# whatever stage we're at) obviously doesn't support --coverage support per
# src.opts.mk's minimum requirements.
WMAKEENV+= MK_COVERAGE=no
.else
.if !empty(_coverage_libs)
_prereq_libs+= ${_coverage_libs}
.endif