wrapper: disable minidumps by default
We assume the wrapper is only used during debugging, so uploading dumps is _probably_ not terrifically useful.
This commit is contained in:
parent
276921ab1a
commit
097cbcfb2a
@ -67,6 +67,8 @@ defaults = {
|
|||||||
|
|
||||||
'ROOT': root,
|
'ROOT': root,
|
||||||
|
|
||||||
|
'MINIDUMP_UPLOAD': '0',
|
||||||
|
|
||||||
'ASAN_OPTIONS': ':'.join (f"{k}={v}" for k,v in asan_options.items())
|
'ASAN_OPTIONS': ':'.join (f"{k}={v}" for k,v in asan_options.items())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user