build: document WERROR_CFLAGS

* README-hacking: Mention 'make WERROR_CFLAGS='.
This commit is contained in:
Paul Eggert
2021-09-18 08:16:04 -07:00
parent c0bf6a723b
commit c5b86d7672

View File

@@ -14,6 +14,10 @@ version.
- Texinfo <http://www.gnu.org/software/texinfo>
- Git <http://git.or.cz>
Up-to-date compilers and libraries are also recommended, for better
static checking. You may be able to use an older compiler by building
with 'make WERROR_CFLAGS='; if so, don't worry about its false alarms.
* Bootstrapping
Obviously, if you are reading these notes, you did manage to clone