X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1b76d9168336ede8976b980aeaed64ae2908501a..1048151cc4bec79f7310f4f2ede309889822a6bb:/INSTALL diff --git a/INSTALL b/INSTALL index 6f516bd1dd..27af6d9c21 100644 --- a/INSTALL +++ b/INSTALL @@ -318,9 +318,11 @@ Use --enable-gcc-warnings to enable compile-time checks that warn about possibly-questionable C code. This is intended for developers and is useful with GNU-compatible compilers. On a recent GNU system there should be no warnings; on older and on non-GNU systems the -generated warnings may still be useful, though you may prefer building -with 'make WERROR_CFLAGS=' so that the warnings are not treated as -errors. +generated warnings may still be useful, though you may prefer +configuring with --enable-gcc-warnings=warn-only so they are not +treated as errors. The default is --enable-gcc-warnings=warn-only if +it appears to be a developer build, and is --disable-gcc-warnings +otherwise. Use --disable-silent-rules to cause 'make' to give more details about the commands it executes. This can be helpful when debugging a build