Add TOOLS_CFLAGS to build preamble
This commit is contained in:
parent
d1b7ab6b22
commit
b388535307
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1384,6 +1384,9 @@ endif
|
||||||
@echo " SERVER_CFLAGS:"
|
@echo " SERVER_CFLAGS:"
|
||||||
$(call print_wrapped, $(SERVER_CFLAGS))
|
$(call print_wrapped, $(SERVER_CFLAGS))
|
||||||
@echo ""
|
@echo ""
|
||||||
|
@echo " TOOLS_CFLAGS:"
|
||||||
|
$(call print_wrapped, $(TOOLS_CFLAGS))
|
||||||
|
@echo ""
|
||||||
@echo " LDFLAGS:"
|
@echo " LDFLAGS:"
|
||||||
$(call print_wrapped, $(LDFLAGS))
|
$(call print_wrapped, $(LDFLAGS))
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue