mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 06:13:13 +00:00
Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.py
This is already tested via its inclusion in possible_malloc_conf_opts.
This commit is contained in:
committed by
David Goldblatt
parent
3800e55a2c
commit
9a39b23c9c
@@ -22,7 +22,6 @@ possible_config_opts = [
|
|||||||
'--enable-debug',
|
'--enable-debug',
|
||||||
'--enable-prof',
|
'--enable-prof',
|
||||||
'--disable-stats',
|
'--disable-stats',
|
||||||
'--with-malloc-conf=tcache:false',
|
|
||||||
]
|
]
|
||||||
possible_malloc_conf_opts = [
|
possible_malloc_conf_opts = [
|
||||||
'tcache:false',
|
'tcache:false',
|
||||||
|
|||||||
Reference in New Issue
Block a user