aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.com>2023-10-23 09:46:24 +0300
committerspreis <spreis@yandex-team.com>2023-10-23 10:18:18 +0300
commit7b57cc21498630e97d4501d6adc7206944ac9af4 (patch)
treeddf3455b64a2db0678077de8b0c6b7b387357125
parente41ab8328de353832986b0da3c08e55c4b3a907b (diff)
downloadydb-7b57cc21498630e97d4501d6adc7206944ac9af4.tar.gz
Fix profile build
This is temporary fix to sort-out problems with yasm to profile runtime dependency
-rw-r--r--build/ymake.core.conf1
-rw-r--r--contrib/tools/yasm/ya.make2
2 files changed, 2 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index eb72cde6df..4a28310160 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -4134,7 +4134,6 @@ 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)
}
diff --git a/contrib/tools/yasm/ya.make b/contrib/tools/yasm/ya.make
index 3c73fc38e5..5bb497eaa8 100644
--- a/contrib/tools/yasm/ya.make
+++ b/contrib/tools/yasm/ya.make
@@ -34,6 +34,8 @@ ENDIF()
NO_CLANG_COVERAGE()
+DISABLE(NEED_PROFILE_RUNTIME)
+
NO_COMPILER_WARNINGS()
NO_RUNTIME()