mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 08:47:16 +00:00
[Tools] Disable print out in gcc detection.
This commit is contained in:
@@ -67,7 +67,7 @@ def GCCResult(rtconfig, str):
|
||||
|
||||
stdout, stderr = child.communicate()
|
||||
|
||||
print(stdout)
|
||||
# print(stdout)
|
||||
if stderr != '':
|
||||
print(stderr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user