diff --git a/docs/hacking.html.in b/docs/hacking.html.in index c6ab15206a..cad0f1e8c1 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -141,14 +141,7 @@
Run the automated tests on your code before submitting any changes. - In particular, configure with compile warnings set to - -Werror. This is done automatically for a git checkout; from a - tarball, use:
-- ./configure --enable-werror --
- and run the tests: + That is:
make check @@ -1474,14 +1467,7 @@ int foo() how things work, it's better to wait for a more authoritative feedback though. Before committing, please also rebuild locally, run 'make check syntax-check', and make sure you - don't raise errors. Try to look for warnings too; for example, - configure with - -- --enable-compile-warnings=error --- which adds -Werror to compile flags, so no warnings get missed + don't raise errors.