可以加个编译选项,不显示xmake的输出,但是显示编译器的输出吗? #4452
Replies: 8 comments
-
Title: Can you add a compilation option that does not display the output of xmake, but displays the output of the compiler? In what scenario do you need this feature?If you use Describe possible solutionsWhen using Describe your alternativesNo response other informationNo response |
Beta Was this translation helpful? Give feedback.
-
Don't consider it yet |
Beta Was this translation helpful? Give feedback.
-
好谢谢了,另外xmake watch能不能加个选项,和正常的watch行为一样,每次第一次就正常执行一次,并且之后每次重新开始之前先把之前的内容清空了,和 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. In addition, can you add an option to xmake watch? Just like the normal watch behavior, the previous content should be cleared before restarting each time, and `clear && xmake build -w && xmake run && xmake watch -q - c “sh -c 'clear && previous) |
Beta Was this translation helpful? Give feedback.
-
不考虑,xmake 不会去处理清屏操作。你自己外面处理 |
Beta Was this translation helpful? Give feedback.
-
Regardless, xmake will not handle the screen clearing operation. You handle it outside yourself |
Beta Was this translation helpful? Give feedback.
-
Thank you, sorry to bother you |
Beta Was this translation helpful? Give feedback.
-
你在什么场景下需要该功能?
如果用
xmake build -q -w
,那么编译器的输出也会跟着一起被删除,和xmake build -q
的行为一样了就描述可能的解决方案
xmake build -q -w
的时候正常显示编译器输出,只是取消掉xmake的输出Beta Was this translation helpful? Give feedback.
All reactions