summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-10-19 14:43:57 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-10-19 14:43:57 -0500
commite1cf29f86b1071a7c2ea696ffc586c1dfb6f4e64 (patch)
tree691d60561d672ceaa8649eaf60b6cdfcc47a54b4
parent65053f3d8fa7723109f61d31b195a70b0e1d0dbe (diff)
downloadepiphany-e1cf29f86b1071a7c2ea696ffc586c1dfb6f4e64.tar.gz
flatpak: enable libdazzle debugging
We are trying to debug some issues with DzlSuggestionEntry. This should help.
-rw-r--r--org.gnome.Epiphany.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 2a595857b..712ce68f1 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -46,7 +46,8 @@
{
"name" : "libdazzle",
"config-opts" : [
- "--libdir=/app/lib"
+ "--libdir=/app/lib",
+ "-Denable_tracing=true"
],
"buildsystem" : "meson",
"builddir" : true,