]> granicus.if.org Git - gc/commitdiff
Travis CI: Test -D DEBUG_DIRTY_BITS properly
authorIvan Maidanski <ivmai@mail.ru>
Mon, 7 May 2018 21:27:12 +0000 (00:27 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 7 May 2018 21:27:12 +0000 (00:27 +0300)
(fix of commit 19db2c6a0)

.travis.yml

index 3e88f9d85031ba12907c5f2b26092fda0bfc5dde..4710855451a2c41e50edf9123782112aed883165 100644 (file)
@@ -86,7 +86,7 @@ matrix:
   - 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"
+    - CFLAGS_EXTRA="-D DEBUG_ADD_DEL_ROOTS -D DEBUG_THREADS -D GC_LOG_TO_FILE_ALWAYS"
     - CONF_OPTIONS="--enable-cplusplus"
   - os: linux
     compiler: gcc
@@ -132,7 +132,7 @@ matrix:
   - os: linux
     compiler: gcc
     env:
-    - CFLAGS_EXTRA="-D PROC_VDB -D GC_NO_SYS_FAULT_H -D NO_INCREMENTAL"
+    - CFLAGS_EXTRA="-D PROC_VDB -D GC_NO_SYS_FAULT_H -D NO_INCREMENTAL -D DEBUG_DIRTY_BITS"
     - CONF_OPTIONS="--enable-cplusplus --disable-docs"
   - os: linux
     compiler: gcc