We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55ebca commit ca59ad7Copy full SHA for ca59ad7
build/ymake.core.conf
@@ -241,7 +241,7 @@ EXTRA_OUTPUT=
241
when ($CLANG == "yes" || $GCC == "yes") {
242
when ($BUILD_TYPE == "COVERAGE" || $GCOV_COVERAGE) {
243
COVERAGE_FLAGS=-fprofile-arcs -ftest-coverage
244
- EXTRA_OUTPUT=${output;noauto;hide;suf=${COMPILE_OUT_SUFFIX}${_CROSS_SUFFIX}.gcno:SRC}
+ EXTRA_OUTPUT=${output;noauto;hide;suf=${COMPILE_OUT_SUFFIX}${OBJ_SUF}${_CROSS_SUFFIX}.gcno:SRC}
245
}
246
247
0 commit comments