aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2024-08-16 12:39:38 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2024-08-16 13:01:58 +0300
commit473cc991b37246f10c13264c6748bec3e9cdf6ec (patch)
tree82e6c86bc47fb5d030e0f3a53f3a3cf7c2f14260 /build/ymake.core.conf
parentdce4683599aea495a9a88b83a3aa1c752fab08bf (diff)
downloadydb-473cc991b37246f10c13264c6748bec3e9cdf6ec.tar.gz
Remove fix-elf from ymake.core.conf
bd2fb0cb2bbfb52feae17c48694ca01ef959bb8f
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index d66d12801a..6d637f7d21 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2122,12 +2122,6 @@ module DLL_UNIT: _LINK_UNIT {
}
}
- when ($OS_LINUX == "yes" && $ARCH_X86_64 == "yes") {
- when ($_NO_FIX_ELF != "yes") {
- LINK_DYN_LIB_FLAGS+=--fix-elf ${tool:"tools/fix_elf"}
- }
- }
-
when ($DARWIN == "yes") {
LDFLAGS += -undefined dynamic_lookup
}