diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-28 11:03:21 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-28 11:13:14 +0300 |
commit | a6800f8da1f181b1fca2021417520a2f97e4ff43 (patch) | |
tree | d77ab1d92f5f537fa3cdc01b9950005525f7813d /contrib | |
parent | 02bb32604c0d20f5af0ce6c7e2d294206153045d (diff) | |
download | ydb-a6800f8da1f181b1fca2021417520a2f97e4ff43.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index 0438575a03..d6c09ba74d 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -52,7 +52,7 @@ IF (GCC OR CLANG) # object files actually are not ELFs but an LLVM bytecode and we get # "member at xxxxx is not an ELF object" errors from the linker. # Just generate native code from the beginning. - DISABLE(USE_LTO) + NO_LTO() ENDIF() SRCS( |