From 31ffa7a7176afff0f1d7f3df9937661390ff6243 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 22 Apr 2022 20:32:28 +0300 Subject: Travis CI: Pass '-D GC_NO_FINALIZATION' in CFLAGS_EXTRA (fix of commit 655c1486b) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 38200a8a..9ecccade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -368,8 +368,9 @@ jobs: - libatomic-ops-dev compiler: gcc env: - - CONF_CFLAGS="-D AO_USE_PTHREAD_DEFS -D GC_NO_FINALIZATION" + - CONF_CFLAGS="-D AO_USE_PTHREAD_DEFS" - CONF_OPTIONS="--with-libatomic-ops=yes --enable-cplusplus" + - CFLAGS_EXTRA="-D GC_NO_FINALIZATION" - NO_CLONE_LIBATOMIC_OPS=true - addons: apt: -- cgit v1.2.1