From 1505f150c66ead87c275ddcef59f41d3eee80310 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 29 Jun 2017 12:01:40 +0300 Subject: [PATCH] Travis CI: Test --enable-munmap with OS X --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e618c1e1..cfe4a93e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ matrix: - os: osx env: - CFLAGS_EXTRA="-march=native -D _FORTIFY_SOURCE=2 -D AO_DISABLE_GCC_ATOMICS" - - CONF_OPTIONS="--with-libatomic-ops=no --enable-cplusplus" + - CONF_OPTIONS="--with-libatomic-ops=no --enable-munmap --enable-cplusplus" - os: linux compiler: gcc env: -- 2.40.0