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:
Guangli Dai 2024-05-14 14:27:17 -07:00 committed by Qi Wang
parent 6035d4a8d3
commit 70f019cd3a
4 changed files with 119 additions and 114 deletions

View file

@ -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: