Browse Source

Build: remove compiler infos

main
heck 7 months ago
parent
commit
def5ec3f18
  1. 4
      Makefile.conf

4
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))
#$(info C-Compiler: $(shell $(CC) --version))
#$(info C++-Compiler: $(shell $(CXX) --version))
Loading…
Cancel
Save