mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user