summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-10 11:21:09 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-10 11:21:09 +0000
commit15533eeb2fe0073736b30fe4ab6137ef4934dd9a (patch)
tree92db767e616a0909639e3d0a10d027713f112d9c /buildtools
parentUpdate extensions (diff)
downloadinkscape-15533eeb2fe0073736b30fe4ab6137ef4934dd9a.tar.gz
inkscape-15533eeb2fe0073736b30fe4ab6137ef4934dd9a.zip
CMake/MSYS2: Properly disable jemalloc for all builds
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/appveyor.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index e4a89124a..649de66ba 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -53,7 +53,6 @@ cmake .. -G Ninja \
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_INSTALL_MESSAGE="NEVER" \
- -DWITH_JEMALLOC="OFF" \
|| error "cmake failed"
# build