From 2dc07b12961cdd4972dc36f5b45092a7a559e8c6 Mon Sep 17 00:00:00 2001 From: Raster Date: Tue, 23 Jun 2020 03:49:29 -0700 Subject: [PATCH] Wiki page efl-debug changed with summary [] by Raster --- pages/contrib/efl-debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/contrib/efl-debug.txt b/pages/contrib/efl-debug.txt index dce43f542..78c240d35 100644 --- a/pages/contrib/efl-debug.txt +++ b/pages/contrib/efl-debug.txt @@ -312,7 +312,7 @@ you compile and for when you run the application (it needs to be set before the process executes): -export ASAN_OPTIONS=detect_leaks=0:abort_on_error=1:new_delete_type_mismatch=0 +export ASAN_OPTIONS=detect_odr_violation=0:detect_leaks=0:abort_on_error=1:new_delete_type_mismatch=0 Ensure this is also in your ~/.xinitrc or ~/.xsession or otherwise