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