aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-10-21 01:57:20 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-10-21 02:21:38 +0300
commit3b86601e248dcb831c371b4aa6dae56994c6f11f (patch)
treeb91287935e988f6ec4727ae60657f6d10ab7805c /build
parentfd7709f6311e96568ae3b25b1d2ce4bcc7322243 (diff)
downloadydb-3b86601e248dcb831c371b4aa6dae56994c6f11f.tar.gz
Stop using prebuilt contrib/tools/yasm
Diffstat (limited to 'build')
-rw-r--r--build/ymake.core.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 4a28310160..eb72cde6df 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -4134,6 +4134,7 @@ macro NO_SANITIZE_COVERAGE() {
###
### Disable heavyweight clang coverage for the module. Clang coverage instrumentation is enabled by the --clang-coverage option.
macro NO_CLANG_COVERAGE() {
+ DISABLE(NEED_PROFILE_RUNTIME)
DISABLE(CLANG_COVERAGE)
}