aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornechda <nechda@yandex-team.com>2025-03-04 09:37:31 +0300
committernechda <nechda@yandex-team.com>2025-03-04 10:15:08 +0300
commitcf732f241b03d3c57d89336a3709496bb9e181e2 (patch)
tree6edf498edae5557ceea890ea33e67b269f1468d3
parent1045f78299d073b1034b70098d42c7da2a378aad (diff)
downloadydb-cf732f241b03d3c57d89336a3709496bb9e181e2.tar.gz
Enable objcopy for linux
commit_hash:c31938c01e7b81879dcbe2c0aa2d766173713e35
-rw-r--r--build/ymake.core.conf4
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
+}