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



commit 38f2545fb2a67de474c8c614fcfb857a8d1b3532
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 6a4664bf3..9dbaa4228 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -55,7 +55,8 @@
             "buildsystem" : "meson",
             "config-opts" : [
                 "-Dtech_preview=true",
-                "-Dprofile=Devel"
+                "-Dprofile=Devel",
+                "-Db_sanitize=address"
             ],
             "sources" : [
                 {


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