瀏覽代碼

build: document WERROR_CFLAGS

* README-hacking: Mention 'make WERROR_CFLAGS='.
Paul Eggert 3 年之前
父節點
當前提交
c5b86d7672
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README-hacking

+ 4 - 0
README-hacking

@@ -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