[Bug 208947] bsdmake loses colored output with -j 2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Nov 2022 21:14:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208947 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Status|New |Closed Resolution|--- |Works As Intended --- Comment #1 from Ed Maste <emaste@freebsd.org> --- see the -fdiagnostics-color option in the GCC documentation, and in particular -fdiagnostics-color=always. most build tools buffer output from individual jobs when running multiple jobs, and so tools like GCC or Clang detect that they are not outputting to a terminal (directly) and disable colour by default. So, this behaviour is as expected. -- You are receiving this mail because: You are the assignee for the bug.