diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-20 20:23:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 09:45:06 +0100 |
commit | e66dbf582cb037cb27d685867a87e4e6fb5f9713 (patch) | |
tree | f979916dd4bf53b4e88915dbd38308b53f22d611 /instsetoo_native | |
parent | 38f2078321077262b5ee4d817e536ae3ef9a008a (diff) |
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>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/ooenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instsetoo_native/ooenv b/instsetoo_native/ooenv index f37f6bb7b324..b2bec37c2009 100644 --- a/instsetoo_native/ooenv +++ b/instsetoo_native/ooenv @@ -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 |