Safety checks: Run tests by default
This commit is contained in:
committed by
David Goldblatt
parent
33e1dad680
commit
21cfe59ff7
@@ -40,6 +40,7 @@ possible_config_opts = [
|
||||
'--enable-debug',
|
||||
'--enable-prof',
|
||||
'--disable-stats',
|
||||
'--enable-opt-safety-checks',
|
||||
]
|
||||
if bits_64:
|
||||
possible_config_opts.append('--with-lg-vaddr=56')
|
||||
|
@@ -46,6 +46,7 @@ configure_flag_unusuals = [
|
||||
'--enable-prof',
|
||||
'--disable-stats',
|
||||
'--disable-libdl',
|
||||
'--enable-opt-safety-checks',
|
||||
]
|
||||
|
||||
malloc_conf_unusuals = [
|
||||
|
Reference in New Issue
Block a user