Add a Makefile comment about how to turn on all messages

This commit is contained in:
Landon Curt Noll
2022-12-03 09:33:15 -08:00
parent d91ace6091
commit 333f0c4332
2 changed files with 16 additions and 0 deletions

View File

@@ -2004,6 +2004,14 @@ ifndef EXCLUDE_FROM_CUSTOM_MAKEFILE
# V=@: do not echo debug statements (quiet mode)
# V=@ echo debug statements (debug / verbose mode)
#
# To turn all messages, use:
#
# Q=
# H=@
# S=
# E=
# V=@
#
#Q=
Q=@
#