mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Enable limit-usize-gap in CI tests.
Considering the new usize calculation will be default soon, add the config option in for Travis, Cirrus and appveyor.
This commit is contained in:
parent
6035d4a8d3
commit
70f019cd3a
4 changed files with 119 additions and 114 deletions
|
|
@ -191,6 +191,7 @@ def format_job(os, arch, combination):
|
|||
if len(malloc_conf) > 0:
|
||||
configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
|
||||
|
||||
configure_flags.append('--enable-limit-usize-gap')
|
||||
if not compilers:
|
||||
compiler = GCC.value
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue