]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/HACKING.md
Merge pull request #17142 from poettering/catalog-fix-de
[thirdparty/systemd.git] / docs / HACKING.md
index 990f78c9eb43856f99ec161a135ca2e4fa0634aa..7ec3dde95b775193353eacfbc2757f63690a351d 100644 (file)
@@ -99,6 +99,13 @@ And after that, head over to your repo on GitHub and click "Compare & pull reque
 Happy hacking!
 
 
+## Developer and release modes
+
+In the default meson configuration (`-Dmode=developer`), certain checks are
+enabled that are suitable when hacking on systemd (such as internal
+documentation consistency checks). Those are not useful when compiling for code
+for distribution and can be disabled by setting `-Dmode=release`.
+
 ## Fuzzers
 
 systemd includes fuzzers in `src/fuzz/` that use libFuzzer and are automatically