Remove the WMAKEENV forcing of MK_COVERAGE to no
We'll see if this changes my debugging output any
This commit is contained in:
parent
1e3c032108
commit
a681ab9b08
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user