Skip to content

Commit

Permalink
[make] try to enable colorized gcc error output, if supported
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Jan 30, 2015
1 parent 58972f4 commit 7158df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine.mk
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ CPPFILT := $(TOOLCHAIN_PREFIX)c++filt
SIZE := $(TOOLCHAIN_PREFIX)size
NM := $(TOOLCHAIN_PREFIX)nm

# try to have the compiler output colorized error messages if available
export GCC_COLORS ?= 1

# the logic to compile and link stuff is in here
include make/build.mk

Expand Down

0 comments on commit 7158df8

Please sign in to comment.