mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Merge branch 'wip/jtojnar/fix-macros-doc-syntax' into 'main'
docs: Fix formatting of definition lists See merge request GNOME/glib!4638
This commit is contained in:
commit
c697f682a6
@ -6,14 +6,19 @@ being defined at build time:
|
||||
|
||||
`--buildtype={plain,release,minsize,custom}`
|
||||
: No special macros or options
|
||||
|
||||
`--buildtype={debug,debugoptimized}` (`debugoptimized` is the default)
|
||||
: `-DG_ENABLE_DEBUG -g`
|
||||
|
||||
`-Dglib_debug=disabled`
|
||||
: Omits `G_ENABLE_DEBUG` when implied by `--buildtype`/`-Ddebug`
|
||||
|
||||
`-Dglib_debug=enabled`
|
||||
: Defines `G_ENABLE_DEBUG` regardless of `--buildtype`/`-Ddebug`
|
||||
|
||||
`-Dglib_asserts=false`
|
||||
: `-DG_DISABLE_ASSERT`
|
||||
|
||||
`-Dglib_checks=false`
|
||||
: `-DG_DISABLE_CHECKS`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user