diff options
author | pg <pg@yandex-team.com> | 2023-11-30 12:25:45 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-11-30 13:37:00 +0300 |
commit | 48c9d1b2fbc2dfd902cdcbde1623bc2c942e0913 (patch) | |
tree | 0c05c966a61674149abcce8d24c158239a5939cc /build/conf/linkers | |
parent | 3ead31aa7b26ef9e65aa73bbd2282f9119793a29 (diff) | |
download | ydb-48c9d1b2fbc2dfd902cdcbde1623bc2c942e0913.tar.gz |
Diffstat (limited to 'build/conf/linkers')
-rw-r--r-- | build/conf/linkers/ld.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/linkers/ld.conf b/build/conf/linkers/ld.conf index f875796001..8c191a251a 100644 --- a/build/conf/linkers/ld.conf +++ b/build/conf/linkers/ld.conf @@ -194,6 +194,7 @@ LINK_SCRIPT_EXE_FLAGS= REAL_LINK_EXE_CMDLINE =\ $YMAKE_PYTHON ${input:"build/scripts/link_exe.py"} \ --source-root $ARCADIA_ROOT +REAL_LINK_EXE_CMDLINE+=--clang-ver $CLANG_VER REAL_LINK_EXE_CMDLINE+=$_LD_LINKER_OUTPUT REAL_LINK_EXE_CMDLINE+=\ ${pre=--whole-archive-peers :WHOLE_ARCHIVE_PEERS} \ |