Add TOOLS_CFLAGS to build preamble

This commit is contained in:
Tim Angus 2020-12-25 20:28:14 +00:00
parent d1b7ab6b22
commit b388535307

View file

@ -1384,6 +1384,9 @@ endif
@echo " SERVER_CFLAGS:"
$(call print_wrapped, $(SERVER_CFLAGS))
@echo ""
@echo " TOOLS_CFLAGS:"
$(call print_wrapped, $(TOOLS_CFLAGS))
@echo ""
@echo " LDFLAGS:"
$(call print_wrapped, $(LDFLAGS))
@echo ""