aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2023-08-02 19:31:57 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2023-08-02 19:31:57 +0300
commit1015cf15287bb469d7b04c3135650e3812c3f25f (patch)
tree820246695f0460f7746388fdbc696929ee33691f
parent394bafb289af5d340466c41bdaf00803f6b7f598 (diff)
downloadydb-1015cf15287bb469d7b04c3135650e3812c3f25f.tar.gz
-rw-r--r--build/scripts/clang_wrapper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/scripts/clang_wrapper.py b/build/scripts/clang_wrapper.py
index af3869f789..d840b70cfa 100644
--- a/build/scripts/clang_wrapper.py
+++ b/build/scripts/clang_wrapper.py
@@ -3,9 +3,6 @@ import sys
def fix(s):
- # disable dbg DEVTOOLS-2744
- if s == '-g':
- return None
if s == '/Z7' or s == '/Od' or s == '/Ob0' or s == '/D_DEBUG':
return None