diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-01 20:45:28 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-01 20:45:28 +0300 |
commit | c71dfbc7a152b6f951bca559dcfa23af6d3952a3 (patch) | |
tree | fe52870e806f35cce8853bd4a0e0b6ec3619bf10 /tools/rescompiler | |
parent | 05995d9c65035b08087f9971beea7a009b2b1872 (diff) | |
download | ydb-c71dfbc7a152b6f951bca559dcfa23af6d3952a3.tar.gz |
intermediate changes
ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be
Diffstat (limited to 'tools/rescompiler')
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/rescompiler/bin/CMakeLists.txt b/tools/rescompiler/bin/CMakeLists.txt index 4fe40e8109..1e812927a1 100644 --- a/tools/rescompiler/bin/CMakeLists.txt +++ b/tools/rescompiler/bin/CMakeLists.txt @@ -11,6 +11,7 @@ add_executable(rescompiler) target_link_libraries(rescompiler PUBLIC contrib-libs-cxxsupp yutil + library-cpp-lfalloc library-cpp-cpuid_check library-cpp-resource ) @@ -23,10 +24,7 @@ target_link_flags(rescompiler -lrt -Wl,--no-as-needed -fPIC - -Wl,--gdb-index -fPIC - -fuse-ld=$(LLD_ROOT-sbr:2283360772)/ld - -Wl,--no-rosegment -lpthread -lrt -ldl |