mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-17 08:01:49 +03:00
Safety checks: Run tests by default
This commit is contained in:
parent
33e1dad680
commit
21cfe59ff7
3 changed files with 27 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue