From e79a7fbf1e0ba94591018951455b569d84e2fcb0 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 3 Oct 2023 10:12:30 +0200 Subject: [PATCH] removed debug message that spamed log files --- cue.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cue.py b/cue.py index 26a1d3d..40ba7c6 100644 --- a/cue.py +++ b/cue.py @@ -1214,7 +1214,6 @@ PERL = C:/Strawberry/perl/bin/perl -CSD''' 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''')