mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03: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:
parent
3800e55a2c
commit
9a39b23c9c
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ possible_config_opts = [
|
|||
'--enable-debug',
|
||||
'--enable-prof',
|
||||
'--disable-stats',
|
||||
'--with-malloc-conf=tcache:false',
|
||||
]
|
||||
possible_malloc_conf_opts = [
|
||||
'tcache:false',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue