diff options
author | Ari Vuollet <GoaLitiuM@users.noreply.github.com> | 2018-08-18 23:16:06 +0300 |
---|---|---|
committer | GoaLitiuM <goalitium@kapsi.fi> | 2018-09-27 17:49:48 +0300 |
commit | c4b885bfd18cda9578409fa67d986151b32e7afd (patch) | |
tree | d2803cf70fe4b4ab839cd5628ec49698bd5c0fef /docs/markdown/Reference-manual.md | |
parent | 389f012ed29b0c30e6bde178db8d810e8963af14 (diff) | |
download | meson-c4b885bfd18cda9578409fa67d986151b32e7afd.zip meson-c4b885bfd18cda9578409fa67d986151b32e7afd.tar.gz meson-c4b885bfd18cda9578409fa67d986151b32e7afd.tar.bz2 |
docs: Document conditional debug compilation flags [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 7902f19..3bd2bfa 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -537,7 +537,8 @@ be passed to [shared and static libraries](#library). - `d_import_dirs` list of directories to look in for string imports used in the D programming language - `d_unittest`, when set to true, the D modules are compiled in debug mode -- `d_module_versions` list of module versions set when compiling D sources +- `d_module_versions` list of module version identifiers set when compiling D sources +- `d_debug` list of module debug identifiers set when compiling D sources The list of `sources`, `objects`, and `dependencies` is always flattened, which means you can freely nest and add lists while |