From: Ivan Maidanski Date: Mon, 28 May 2018 20:45:15 +0000 (+0300) Subject: Travis CI: Test USE_CUSTOM_SPECIFIC in 32-bit mode (Linux) X-Git-Tag: v8.0.0~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b6e330d890fce02bf141b29f7bf722e74394f44;p=gc Travis CI: Test USE_CUSTOM_SPECIFIC in 32-bit mode (Linux) --- diff --git a/.travis.yml b/.travis.yml index a8fd01fd..793cf0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,12 +122,12 @@ matrix: - gcc-multilib compiler: gcc env: - - CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ" + - CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ -D USE_CUSTOM_SPECIFIC" - CONF_OPTIONS="--enable-gc-assertions" - os: linux compiler: clang env: - - CFLAGS_EXTRA="-D MARK_BIT_PER_OBJ -D USE_CUSTOM_SPECIFIC" + - CFLAGS_EXTRA="-D MARK_BIT_PER_OBJ" - CONF_OPTIONS="--enable-cplusplus" - os: linux compiler: gcc