mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
improve ASAN instrumentation: mtr
This commit is contained in:
parent
dc28b6d180
commit
fa331acefd
1 changed files with 1 additions and 0 deletions
|
@ -1605,6 +1605,7 @@ sub command_line_setup {
|
|||
$opt_manual_debug || $opt_dbx || $opt_client_dbx || $opt_manual_dbx ||
|
||||
$opt_debugger || $opt_client_debugger )
|
||||
{
|
||||
$ENV{ASAN_OPTIONS}= 'abort_on_error=1:'.($ENV{ASAN_OPTIONS} || '');
|
||||
if ( using_extern() )
|
||||
{
|
||||
mtr_error("Can't use --extern when using debugger");
|
||||
|
|
Loading…
Add table
Reference in a new issue