diff options
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/appveyor.sh | 1 |
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 |
