summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-07 21:34:35 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-07 21:34:35 +0000
commitb9177a822e008b55d80b705a550d1d5dcf93a58c (patch)
tree1f842f93b7f012e2822ef5cc26ce1dbe72ac53df /buildtools
parentModified fix for compatibility with poppler 0.64 (diff)
downloadinkscape-b9177a822e008b55d80b705a550d1d5dcf93a58c.tar.gz
inkscape-b9177a822e008b55d80b705a550d1d5dcf93a58c.zip
CI/AppVeyor: Build without jemalloc
It's known to cause crashes in MSYS2/mingw-w64.
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/appveyor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index 649de66ba..e4a89124a 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -53,6 +53,7 @@ cmake .. -G Ninja \
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_INSTALL_MESSAGE="NEVER" \
+ -DWITH_JEMALLOC="OFF" \
|| error "cmake failed"
# build