diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-08-23 12:29:07 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-08-23 12:44:13 +0300 |
commit | 319516652c1958750928209614d95cef4f97bf02 (patch) | |
tree | c1fba04919177e4b8408b63cafad8fb4dc58559f /build | |
parent | ce9a3b01739ee03f0177bd634c3688b45bd24d62 (diff) | |
download | ydb-319516652c1958750928209614d95cef4f97bf02.tar.gz |
Temporary enable fix-elf by default
bd9670ad3d9e38289bae7d361cdb0923077bb552
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 049e18e38a..d66d12801a 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2123,7 +2123,7 @@ module DLL_UNIT: _LINK_UNIT { } when ($OS_LINUX == "yes" && $ARCH_X86_64 == "yes") { - when ($_FIX_ELF == "yes") { + when ($_NO_FIX_ELF != "yes") { LINK_DYN_LIB_FLAGS+=--fix-elf ${tool:"tools/fix_elf"} } } |