From def5ec3f18cc64c9ac5f78f18bf85e0e97d85e87 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 10 Sep 2024 00:12:03 +0200 Subject: [PATCH] Build: remove compiler infos --- Makefile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 39a57df..a6cb307 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -67,5 +67,5 @@ endif CXXFLAGS+=$(COMPILE_FLAGS) CFLAGS+=$(COMPILE_FLAGS) -$(info C-Compiler: $(shell $(CC) --version)) -$(info C++-Compiler: $(shell $(CXX) --version)) \ No newline at end of file +#$(info C-Compiler: $(shell $(CC) --version)) +#$(info C++-Compiler: $(shell $(CXX) --version)) \ No newline at end of file