From: Ivan Maidanski Date: Fri, 9 Jun 2017 16:53:22 +0000 (+0300) Subject: Travis CI: Use configure --with-checksums instead of -D CHECKSUMS X-Git-Tag: v8.0.0~694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f406ab3d578d74c2abedd807dd12782fe264ec7f;p=gc Travis CI: Use configure --with-checksums instead of -D CHECKSUMS --- diff --git a/.travis.yml b/.travis.yml index cf379df5..105cd5e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,8 +86,7 @@ matrix: - os: linux compiler: gcc env: - - CFLAGS_EXTRA="-D CHECKSUMS" - - CONF_OPTIONS="--disable-threads --enable-cplusplus" + - CONF_OPTIONS="--disable-threads --with-checksums --enable-cplusplus" - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: clang