Skip to content

Commit

Permalink
gcc: allow optional colorized diagnostics output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wwwutz committed Sep 7, 2018
1 parent d89dd7a commit 7569a17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 7569a17

Please sign in to comment.