recommended gtk3 to gtk4 migration 'Enable diagnostic warnings'

Change-Id: I154be7df4af7e2e9804053e196e65e77a676c8ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108065
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2020-12-20 20:23:43 +00:00
parent 38f2078321
commit e66dbf582c

View file

@ -23,6 +23,8 @@ export G_SLICE=always-malloc
export MALLOC_CHECK_=2
export MALLOC_PERTURB_=153
export OOO_DISABLE_RECOVERY=1
# recommended gtk3 to gtk4 migration 'Enable diagnostic warnings'
G_ENABLE_DIAGNOSTIC=1
# macOS debugging assistance
export MallocScribble=1