Skip to content

Commit

Permalink
Merge pull request #83 from dirk-zimoch/colors
Browse files Browse the repository at this point in the history
(fixes #82)
  • Loading branch information
ralphlange committed Oct 3, 2023
2 parents e0a7c52 + 4028a10 commit 8e0cb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,6 @@ def prepare(args):
f.write('''
ifdef T_A
COLOR_FLAG_$(T_A) := $(shell $(CPP) -fdiagnostics-color -E - </dev/null >/dev/null 2>/dev/null && echo -fdiagnostics-color)
$(info Checking if $(CPP) supports -fdiagnostics-color: $(if $(COLOR_FLAG_$(T_A)),yes,no))
USR_CPPFLAGS += $(COLOR_FLAG_$(T_A))
endif''')

Expand Down

0 comments on commit 8e0cb61

Please sign in to comment.