diff options
| author | alevitskii <[email protected]> | 2025-08-07 08:51:44 +0300 |
|---|---|---|
| committer | alevitskii <[email protected]> | 2025-08-07 09:07:37 +0300 |
| commit | acd802e58c091a779e6daecd282ff987db0a88db (patch) | |
| tree | 81e87de77dc16cdc2beaf21d8187a4b2d5450497 | |
| parent | baaca9d99612bec403c287861c90fc5a55c75e81 (diff) | |
Disable clang coverage with PGO
Disable clang coverage with PGO
commit_hash:f548e82a0717ddb3032ec3f00b22e88d4937bc24
| -rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
