From c33de0dc5fbcb9fb665944955f43d0f3b2c2f7d4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 18 Nov 2020 13:29:11 +0000 Subject: [PATCH] docs: Clarify the meaning of --buildtype=plain a little Signed-off-by: Philip Withnall Fixes: #1833 --- docs/reference/glib/building.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/glib/building.xml b/docs/reference/glib/building.xml index 720a6ff84..9ff2fbfe7 100644 --- a/docs/reference/glib/building.xml +++ b/docs/reference/glib/building.xml @@ -216,6 +216,12 @@ G_ENABLE_DEBUG will be defined and GLib will be built with additional debug code enabled. + + If the build type is plain, 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 release. +