hiddenpath 1 year ago
parent
commit
1015cf1528
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build/scripts/clang_wrapper.py

+ 0 - 3
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