From 09c981afbd2fb52dcf15eff6b0f7f84f70763f7c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 8 Oct 2017 12:10:29 +0300 Subject: [PATCH] Travis CI: Pass --disable-shared option to OS X build with ASan (fix commit 535cf36) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89e8216..ed20fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,7 +311,7 @@ matrix: - os: osx env: - CFLAGS_EXTRA="-fsanitize=address -m32 -fno-omit-frame-pointer" - - CONF_OPTIONS="--enable-cplusplus --enable-munmap --enable-static" + - CONF_OPTIONS="--disable-shared --enable-cplusplus --enable-munmap" - NO_CLONE_LIBATOMIC_OPS=true - os: linux addons: -- 2.7.4