diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/libunwind/ya.make | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libunwind/ya.make')
-rw-r--r-- | contrib/libs/libunwind/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/libunwind/ya.make b/contrib/libs/libunwind/ya.make index 65a9edab44..2d1aa635d4 100644 --- a/contrib/libs/libunwind/ya.make +++ b/contrib/libs/libunwind/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 21.11. +# Generated by devtools/yamaker from nixpkgs 21.11. LIBRARY() @@ -8,9 +8,9 @@ OWNER( g:cpp-contrib ) -VERSION(2022-02-05) +VERSION(2022-02-05) -ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/2b9554b8850192bdd86c02eb671de1d866df8d87.tar.gz) +ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/2b9554b8850192bdd86c02eb671de1d866df8d87.tar.gz) LICENSE( Apache-2.0 AND @@ -43,7 +43,7 @@ CFLAGS( -funwind-tables ) -IF (SANITIZER_TYPE == memory) +IF (SANITIZER_TYPE == memory) CFLAGS( -fPIC ) |