Преглед изворни кода

[Tools] Disable print out in gcc detection.

Bernard Xiong пре 7 година
родитељ
комит
94116edafa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/gcc.py

+ 1 - 1
tools/gcc.py

@@ -67,7 +67,7 @@ def GCCResult(rtconfig, str):
         
         stdout, stderr = child.communicate()
 
-        print(stdout)
+        # print(stdout)
         if stderr != '':
             print(stderr)