We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699c812 commit 4737c8fCopy full SHA for 4737c8f
doc/release-process.md
@@ -19,7 +19,7 @@ Perform these checks before creating a release:
19
20
1. Ensure `make distcheck` doesn't fail.
21
```shell
22
-./autogen.sh && ./configure && make distcheck
+./autogen.sh && ./configure --enable-dev-mode && make distcheck
23
```
24
2. Check installation with autotools:
25
0 commit comments