Browse Source

[Tools] Disable print out in gcc detection.

Bernard Xiong 7 years ago
parent
commit
94116edafa
1 changed files with 1 additions and 1 deletions
  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)