Commit 76d50d28716c785ff0d06fe8cd6a45fbe68c9ed9

Yao Wei Tjong 姚伟忠 2021-08-22T14:40:54

Force color diagnostics when applicable Although GCC and Clang automatically generate color diagnostics on terminal output, they do not do so when the compiler output is piped through another process, like in the case for ninja-build and ccache. Similarly, it would also be nice to be able to see the color diagnostics on the CI build log in the web interface provided by the CI providers.