소스 검색

[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)