docs: Clarify the meaning of --buildtype=plain a little

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Fixes: #1833
This commit is contained in:
Philip Withnall 2020-11-18 13:29:11 +00:00
parent fe5217bc2b
commit c33de0dc5f

View File

@ -216,6 +216,12 @@
<literal>G_ENABLE_DEBUG</literal> will be defined and GLib will be built
with additional debug code enabled.
</para>
<para>
If the build type is <literal>plain</literal>, GLib will not enable any
optimization or debug options by default, and will leave it entirely to
the user to choose their options. To build with the options recommended
by GLib developers, choose <literal>release</literal>.
</para>
</formalpara>
<formalpara>