aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-04-13 12:30:23 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-04-13 12:30:23 -0300
commitd119fb7f1d77588e54004fa90745608c64f41a0a (patch)
treea275b7c54b2b98f369668abc085319935ccca214
parent0487ea9f642c0e460785db5dc04664b4fb0988f0 (diff)
downloadrneovim-d119fb7f1d77588e54004fa90745608c64f41a0a.tar.gz
rneovim-d119fb7f1d77588e54004fa90745608c64f41a0a.tar.bz2
rneovim-d119fb7f1d77588e54004fa90745608c64f41a0a.zip
travis: Don't use jemalloc for the gcc build
It seems valgrind hangs if jemalloc is used.
-rw-r--r--.ci/gcc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/gcc.sh b/.ci/gcc.sh
index 3e4ed505da..5879fe4b20 100644
--- a/.ci/gcc.sh
+++ b/.ci/gcc.sh
@@ -11,6 +11,7 @@ fi
setup_deps x64
CMAKE_EXTRA_FLAGS="-DTRAVIS_CI_BUILD=ON \
+ -DUSE_JEMALLOC=OFF \
-DUSE_GCOV=ON \
-DBUSTED_OUTPUT_TYPE=plainTerminal"