mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
[Tools] Disable print out in gcc detection.
This commit is contained in:
+1
-1
@@ -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