Date: Fri, 18 Nov 2022 21:14:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 208947] bsdmake loses colored output with -j 2 Message-ID: <bug-208947-227-sZtVZheEw1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208947-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208947-227-sZtVZheEw1>
