diff options
author | nechda <nechda@yandex-team.com> | 2025-03-04 09:37:31 +0300 |
---|---|---|
committer | nechda <nechda@yandex-team.com> | 2025-03-04 10:15:08 +0300 |
commit | cf732f241b03d3c57d89336a3709496bb9e181e2 (patch) | |
tree | 6edf498edae5557ceea890ea33e67b269f1468d3 | |
parent | 1045f78299d073b1034b70098d42c7da2a378aad (diff) | |
download | ydb-cf732f241b03d3c57d89336a3709496bb9e181e2.tar.gz |
Enable objcopy for linux
commit_hash:c31938c01e7b81879dcbe2c0aa2d766173713e35
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index b96a5a412b..73e1c196cf 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5906,3 +5906,7 @@ macro GENERATE_IMPLIB(Lib, Path, SONAME="") { LINK_EXCLUDE_LIBRARIES($Lib) } + +when ($OS_LINUX == "yes") { + YMAKE_USE_OBJCOPY=yes +} |