Skip to content

Commit

Permalink
Add TOOLS_CFLAGS to build preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Dec 25, 2020
1 parent d1b7ab6 commit b388535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -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 ""
Expand Down

0 comments on commit b388535

Please sign in to comment.