WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=2dc07b12961cdd4972dc36f5b45092a7a559e8c6
commit 2dc07b12961cdd4972dc36f5b45092a7a559e8c6 Author: Raster <[email protected]> Date: Tue Jun 23 03:49:29 2020 -0700 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): <code bash> -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 </code> Ensure this is also in your ~/.xinitrc or ~/.xsession or otherwise --
