aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/cxxsupp/libcxxabi/ya.make
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxabi/ya.make')
-rw-r--r--contrib/libs/cxxsupp/libcxxabi/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi/ya.make b/contrib/libs/cxxsupp/libcxxabi/ya.make
index 3ae2ec5f37..29945e0e6d 100644
--- a/contrib/libs/cxxsupp/libcxxabi/ya.make
+++ b/contrib/libs/cxxsupp/libcxxabi/ya.make
@@ -4,8 +4,8 @@ LIBRARY()
OWNER(
heretic
- g:cpp-committee
- g:cpp-contrib
+ g:cpp-committee
+ g:cpp-contrib
)
VERSION(2021-12-08)
@@ -13,7 +13,7 @@ VERSION(2021-12-08)
ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/c1a14a5c3e6fef181f920b66ec159b6bfac4d457.tar.gz)
LICENSE(
- Apache-2.0 AND
+ Apache-2.0 AND
Apache-2.0 WITH LLVM-exception AND
MIT AND
NCSA
@@ -23,14 +23,14 @@ LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ADDINCL(
contrib/libs/cxxsupp/libcxxabi/include
- contrib/libs/cxxsupp/libcxx/include
- contrib/libs/cxxsupp/libcxx
+ contrib/libs/cxxsupp/libcxx/include
+ contrib/libs/cxxsupp/libcxx
)
NO_COMPILER_WARNINGS()
-NO_RUNTIME()
-
+NO_RUNTIME()
+
NO_UTIL()
CFLAGS(
@@ -57,9 +57,9 @@ SRCS(
src/stdlib_typeinfo.cpp
)
-SRC_CPP_PIC(
+SRC_CPP_PIC(
src/cxa_thread_atexit.cpp
-fno-lto
-)
-
+)
+
END()