aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-01-09 20:55:43 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-01-09 21:09:19 +0300
commit667707fa06732f2943922d08ef77a2c9a52cbd47 (patch)
tree87eb9978b23ed47f105c5efba3a91cc35330be3a /contrib
parent7740c9ef0cd954624d51f1fc8c8ff4426edcc9ab (diff)
downloadydb-667707fa06732f2943922d08ef77a2c9a52cbd47.tar.gz
Intermediate changes
commit_hash:c97917e5fe0a2f094b8f7a50cf183357e8d07096
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/libunwind/.yandex_meta/__init__.py2
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")