diff options
author | spreis <spreis@yandex-team.com> | 2023-10-23 09:46:24 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2023-10-23 10:18:18 +0300 |
commit | 7b57cc21498630e97d4501d6adc7206944ac9af4 (patch) | |
tree | ddf3455b64a2db0678077de8b0c6b7b387357125 /contrib | |
parent | e41ab8328de353832986b0da3c08e55c4b3a907b (diff) | |
download | ydb-7b57cc21498630e97d4501d6adc7206944ac9af4.tar.gz |
Fix profile build
This is temporary fix to sort-out problems with yasm to profile runtime dependency
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tools/yasm/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tools/yasm/ya.make b/contrib/tools/yasm/ya.make index 3c73fc38e57..5bb497eaa82 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() |