[epiphany/mcatanzaro/asan: 11/11] Try enabling asan in Ephy Tech Preview



commit 08f1a3e4b677635a03a42c11bc3612319ad31b70
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jul 18 12:47:04 2019 -0500

    Try enabling asan in Ephy Tech Preview
    
    I have no idea if this will work or not, but let's give it a shot.

 org.gnome.Epiphany.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index c37534b6a..0fce0766b 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -69,7 +69,8 @@
             "name" : "epiphany",
             "config-opts" : [
                 "-Dtech_preview=true",
-                "-Dprofile=Devel"
+                "-Dprofile=Devel",
+                "-Db_sanitize=address"
             ],
             "buildsystem" : "meson",
             "builddir" : true,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]