diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-09 20:55:43 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-09 21:09:19 +0300 |
commit | 667707fa06732f2943922d08ef77a2c9a52cbd47 (patch) | |
tree | 87eb9978b23ed47f105c5efba3a91cc35330be3a /contrib/libs | |
parent | 7740c9ef0cd954624d51f1fc8c8ff4426edcc9ab (diff) | |
download | ydb-667707fa06732f2943922d08ef77a2c9a52cbd47.tar.gz |
Intermediate changes
commit_hash:c97917e5fe0a2f094b8f7a50cf183357e8d07096
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/libunwind/.yandex_meta/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libunwind/.yandex_meta/__init__.py b/contrib/libs/libunwind/.yandex_meta/__init__.py index d1a5b082d6..803baf46fb 100644 --- a/contrib/libs/libunwind/.yandex_meta/__init__.py +++ b/contrib/libs/libunwind/.yandex_meta/__init__.py @@ -9,7 +9,7 @@ def post_install(self): libunwind.NO_RUNTIME = True libunwind.NO_SANITIZE = True libunwind.NO_SANITIZE_COVERAGE = True - # original build uses -f options heavily, keep only necessary subset + # original build uses -f options heavily, keep only necessary subset libunwind.CFLAGS += ["-fno-exceptions", "-fno-rtti", "-funwind-tables"] libunwind.after("CFLAGS", Switch({"SANITIZER_TYPE == memory": "CFLAGS(-fPIC)"})) libunwind.PEERDIR.add("library/cpp/sanitizer/include") |