Browse Source

[Tools] Disable print out in gcc detection.

Bernard Xiong 7 năm trước cách đây
mục cha
commit
94116edafa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)