From b388535307dd469a9a3102aea05af3e836557260 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 25 Dec 2020 20:28:14 +0000 Subject: [PATCH] Add TOOLS_CFLAGS to build preamble --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 816f253d..5b4d2f39 100644 --- a/Makefile +++ b/Makefile @@ -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 ""