Build CentOS 8 with --enable-buffer-useinline

This commit is contained in:
Michal Nowak 2020-08-18 18:30:09 +02:00
parent dd425254a7
commit f34df4ef90
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -579,7 +579,7 @@ gcc:centos8:amd64:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "--with-libidn2"
EXTRA_CONFIGURE: "--enable-buffer-useinline --with-libidn2"
<<: *centos_centos8_amd64_image
<<: *build_job