From 438742c237e9c018590cacd9e0ce89a8dc815e4c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 25 May 2018 10:16:56 +0300 Subject: [PATCH] Travis CI: Enable assertion checking for MARK_BIT_PER_OBJ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ed06834..e903016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,7 @@ matrix: compiler: gcc env: - CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ" + - CONF_OPTIONS="--enable-gc-assertions" - os: linux compiler: gcc env: -- 2.7.4