From e66dbf582cb037cb27d685867a87e4e6fb5f9713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sun, 20 Dec 2020 20:23:43 +0000 Subject: [PATCH] recommended gtk3 to gtk4 migration 'Enable diagnostic warnings' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I154be7df4af7e2e9804053e196e65e77a676c8ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108065 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- instsetoo_native/ooenv | 2 ++ 1 file changed, 2 insertions(+) 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