mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Remove unused ENABLE_GC_FRIENDLY_DEFAULT and its build option
ENABLE_GC_FRIENDLY_DEFAULT was supposed to set the default for the gc friendliness
while still allowing to force enable it at runtime with G_DEBUG=gc-friendly.
With commit 943a18b564
(6 years ago) things were changed to always set it
according to the content of G_DEBUG in glib_init(), making the default unused.
Since nobody complained since then just remove the macro and the build option.
This commit is contained in:
@@ -32,9 +32,6 @@
|
||||
/* Whether to disable memory pools */
|
||||
#mesondefine DISABLE_MEM_POOLS
|
||||
|
||||
/* Whether to enable GC friendliness by default */
|
||||
#mesondefine ENABLE_GC_FRIENDLY_DEFAULT
|
||||
|
||||
/* always defined to indicate that i18n is enabled */
|
||||
#mesondefine ENABLE_NLS
|
||||
|
||||
|
Reference in New Issue
Block a user