Reid Kleckner <r...@google.com> writes:

> Clang will print color diagnostics by default if stdout and stderr are TTYs.
> When you use make, compiler output goes directly to the console. When you use
> ninja, it is buffered through a pipe, which is not a TTY, so you don't get
> colors unless you pass this flag to override.

Thank you for the explanation!

-- 
-------------------------------------------------------------------------------
Eric Eide <ee...@cs.utah.edu>  .         University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX

Reply via email to