From c22320e8c4f3d7be38c504706f137034e91d31e6 Mon Sep 17 00:00:00 2001 From: rnefyodov <rnefyodov@yandex-team.ru> Date: Thu, 10 Feb 2022 16:47:17 +0300 Subject: Restoring authorship annotation for <rnefyodov@yandex-team.ru>. Commit 1 of 2. --- build/scripts/clang_wrapper.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/scripts/clang_wrapper.py') diff --git a/build/scripts/clang_wrapper.py b/build/scripts/clang_wrapper.py index af3869f789..fb34497567 100644 --- a/build/scripts/clang_wrapper.py +++ b/build/scripts/clang_wrapper.py @@ -3,12 +3,12 @@ import sys def fix(s): - # disable dbg DEVTOOLS-2744 - if s == '-g': - return None + # disable dbg DEVTOOLS-2744 + if s == '-g': + return None if s == '/Z7' or s == '/Od' or s == '/Ob0' or s == '/D_DEBUG': return None - + # disable sanitizers for generated code if s.startswith('-fsanitize') or s == '-Dmemory_sanitizer_enabled' or s.startswith('-fsanitize-blacklist'): return None -- cgit v1.2.3