[Tools] Disable print out in gcc detection.
This commit is contained in:
parent
b42dcd1feb
commit
94116edafa
|
@ -67,7 +67,7 @@ def GCCResult(rtconfig, str):
|
|||
|
||||
stdout, stderr = child.communicate()
|
||||
|
||||
print(stdout)
|
||||
# print(stdout)
|
||||
if stderr != '':
|
||||
print(stderr)
|
||||
|
||||
|
|
Loading…
Reference in New Issue