diff --git a/cue.py b/cue.py index 26a1d3d..40ba7c6 100644 --- a/cue.py +++ b/cue.py @@ -1214,7 +1214,6 @@ def prepare(args): f.write(''' ifdef T_A COLOR_FLAG_$(T_A) := $(shell $(CPP) -fdiagnostics-color -E - /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''')