]> granicus.if.org Git - gc/commitdiff
Travis CI: Pass --disable-shared option to OS X build with ASan
authorIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 09:10:29 +0000 (12:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 09:10:29 +0000 (12:10 +0300)
(fix commit 535cf36)

.travis.yml

index 89e8216e1d6dc6c81b356cf74f0e1f0281b61800..ed20fdfd7eb905aa1bf4774e570bdbb0bdf7921c 100644 (file)
@@ -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: