From: Ivan Maidanski Date: Thu, 16 Mar 2017 08:18:58 +0000 (+0300) Subject: Travis CI: Test also various -D DEBUG_x X-Git-Tag: v7.4.6~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=644638d408f0857a5740120479215a007adcd4ed;p=gc Travis CI: Test also various -D DEBUG_x (Cherry-pick commits 19db2c6, 0eaf773 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index fa945633..36fc04e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,11 @@ matrix: env: - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS" - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-D DEBUG_ADD_DEL_ROOTS -D DEBUG_DIRTY_BITS -D DEBUG_THREADS -D GC_LOG_TO_FILE_ALWAYS" + - CONF_OPTIONS="--enable-cplusplus" - os: linux addons: { apt: { packages: [ gcc-multilib ] } } compiler: gcc