From 7569a17249fe2ac3d69479d06cfd7359c87b7aef Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 7 Sep 2018 10:40:39 +0200 Subject: [PATCH] gcc: allow optional colorized diagnostics output which is nice, so people who like this are able to see their gcc diagnostics in full color. It's even possible to change the colors for non ubuntu like dark background terminals. --- gcc.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc.be0 b/gcc.be0 index 29d224be9..b1eff3317 100755 --- a/gcc.be0 +++ b/gcc.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION gcc-7.3.0-1 +# BEE_VERSION gcc-7.3.0-2 # Note: The test suite runs address sanitizer tests. In the current mariux64 environment # this requires @@ -29,7 +29,8 @@ mee_configure() { --enable-clocale=gnu \ --enable-languages=c,fortran,c++,objc,obj-c++ \ --disable-multilib \ - --with-system-zlib + --with-system-zlib \ + --with-diagnostics-color=auto-if-env } mee_check() {