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 ""