From acd802e58c091a779e6daecd282ff987db0a88db Mon Sep 17 00:00:00 2001 From: alevitskii Date: Thu, 7 Aug 2025 08:51:44 +0300 Subject: Disable clang coverage with PGO Disable clang coverage with PGO commit_hash:f548e82a0717ddb3032ec3f00b22e88d4937bc24 --- build/ymake.core.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 0bf0d751a94..50f21b64029 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -707,7 +707,7 @@ module _BASE_UNIT: _BARE_UNIT { when ($CLANG) { when ($PGO_ADD == "yes") { CFLAGS+=-fprofile-instr-generate - NO_PGO_CFLAGS=-fno-profile-instr-generate + NO_PGO_CFLAGS=$_DISABLE_CLANG_COVERAGE_CFLAGS LDFLAGS+=-fprofile-instr-generate } when ($PGO_PATH) { -- cgit v1.3