mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add --with-lg-page=16 to CI.
This commit is contained in:
parent
ac5185f73e
commit
d1be488cd8
3 changed files with 29 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ possible_config_opts = [
|
|||
'--enable-prof',
|
||||
'--disable-stats',
|
||||
'--enable-opt-safety-checks',
|
||||
'--with-lg-page=16',
|
||||
]
|
||||
if bits_64:
|
||||
possible_config_opts.append('--with-lg-vaddr=56')
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ configure_flag_unusuals = [
|
|||
'--disable-stats',
|
||||
'--disable-libdl',
|
||||
'--enable-opt-safety-checks',
|
||||
'--with-lg-page=16',
|
||||
]
|
||||
|
||||
malloc_conf_unusuals = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue