diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:53:24 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:53:24 +1000 |
commit | a01968c3b090db55cc36cccc0eb8ded54ff1de6f (patch) | |
tree | a0f2193160358dd2ca9af74d7ebf7081b3e90688 /source/CMakePresets.json | |
parent | 214c8c939f377abed795cf6d66929e3a07c6820c (diff) |
fetch jemalloc from vcpkg
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r-- | source/CMakePresets.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json index 8deba06..61b4502 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -32,7 +32,8 @@ "CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL", "CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/windows/include", "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/windows", - "STAR_USE_RPMALLOC": true + "STAR_USE_RPMALLOC": false, + "STAR_USE_JEMALLOC": true }, "vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { |