Skip to content

Commit

Permalink
Merge pull request #907 from mariux64/fix-gcc-color-regression
Browse files Browse the repository at this point in the history
gcc: allow optional colorized diagnostics output
  • Loading branch information
pmenzel authored Sep 7, 2018
2 parents 916542f + 7569a17 commit 2428cd8
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 2428cd8

Please sign in to comment.