aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 21:42:41 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 21:42:41 +0300
commit5291e2f6c447d149f3dc17006419bc7411478148 (patch)
tree2925d1a7aa1a894f7514fb2181414837e3990799 /tools
parent68155b41eaf4cc306f8286e7ce8da6f6af7d93f5 (diff)
downloadydb-5291e2f6c447d149f3dc17006419bc7411478148.tar.gz
intermediate changes
ref:4ec759a52592995211dfd2877771c14eb231e31b
Diffstat (limited to 'tools')
-rw-r--r--tools/enum_parser/enum_parser/bin/CMakeLists.txt8
-rw-r--r--tools/rescompiler/bin/CMakeLists.txt8
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/enum_parser/enum_parser/bin/CMakeLists.txt b/tools/enum_parser/enum_parser/bin/CMakeLists.txt
index f3b4d414c3..4d8c5a00b5 100644
--- a/tools/enum_parser/enum_parser/bin/CMakeLists.txt
+++ b/tools/enum_parser/enum_parser/bin/CMakeLists.txt
@@ -11,6 +11,14 @@ target_sources(enum_parser PRIVATE
)
target_link_flags(enum_parser
PUBLIC
+ -ldl
+ -lrt
+ -Wl,--no-as-needed
+ -fPIC
+ -Wl,--gdb-index
+ -fPIC
+ -fuse-ld=$(LLD_ROOT-sbr:2283360772)/ld
+ -Wl,--no-rosegment
-lpthread
-lrt
-ldl
diff --git a/tools/rescompiler/bin/CMakeLists.txt b/tools/rescompiler/bin/CMakeLists.txt
index 6861bd59f6..657cf9d403 100644
--- a/tools/rescompiler/bin/CMakeLists.txt
+++ b/tools/rescompiler/bin/CMakeLists.txt
@@ -10,6 +10,14 @@ target_sources(rescompiler PRIVATE
)
target_link_flags(rescompiler
PUBLIC
+ -ldl
+ -lrt
+ -Wl,--no-as-needed
+ -fPIC
+ -Wl,--gdb-index
+ -fPIC
+ -fuse-ld=$(LLD_ROOT-sbr:2283360772)/ld
+ -Wl,--no-rosegment
-lpthread
-lrt
-ldl