From: Ivan Maidanski Date: Sun, 8 Oct 2017 09:10:29 +0000 (+0300) Subject: Travis CI: Pass --disable-shared option to OS X build with ASan X-Git-Tag: v8.0.0~558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09c981afbd2fb52dcf15eff6b0f7f84f70763f7c;p=gc Travis CI: Pass --disable-shared option to OS X build with ASan (fix commit 535cf36) --- diff --git a/.travis.yml b/.travis.yml index 89e8216e..ed20fdfd 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: