From c5b86d7672fae5e565c657ef78b0339e73180596 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 Sep 2021 08:16:04 -0700 Subject: [PATCH] build: document WERROR_CFLAGS * README-hacking: Mention 'make WERROR_CFLAGS='. --- README-hacking | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README-hacking b/README-hacking index 4f6de652..0381d513 100644 --- a/README-hacking +++ b/README-hacking @@ -14,6 +14,10 @@ version. - Texinfo - Git +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 -- 2.30.2