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:
Danny Robson 2020-10-21 14:16:00 +10:00
parent 276921ab1a
commit 097cbcfb2a
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ defaults = {
'ROOT': root,
'MINIDUMP_UPLOAD': '0',
'ASAN_OPTIONS': ':'.join (f"{k}={v}" for k,v in asan_options.items())
}