summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-08-13 10:27:10 +0300
committerrobot-piglet <[email protected]>2025-08-13 10:38:17 +0300
commit98b59791947f07a5ddf5af759cefa9ad4b23f971 (patch)
tree33cb0fa7b73186c902222fe4624dc48c0c4b06d4
parent3f5a28db3028ab7677bce77277874d0a430f876b (diff)
Intermediate changes
commit_hash:6eb7ad9cad0cfd255516fd465b0062a772654bae
-rw-r--r--yt/ya_cpp.make.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/ya_cpp.make.inc b/yt/ya_cpp.make.inc
index 62c095d111e..50f86ce962d 100644
--- a/yt/ya_cpp.make.inc
+++ b/yt/ya_cpp.make.inc
@@ -1,2 +1,6 @@
# Common defaults for YT C++ projects
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
+
+IF (SANITIZER_TYPE)
+ CFLAGS(-gline-tables-only)
+ENDIF()