diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 15:42:11 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 15:42:11 +1000 |
commit | 8c024511ca7236289115dfd1d312bae0c010c53d (patch) | |
tree | ad21fc4197a64c8e438f97d9fc41eb9a894a2ad9 /source/CMakePresets.json | |
parent | a01968c3b090db55cc36cccc0eb8ded54ff1de6f (diff) |
jemalloc stuff
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r-- | source/CMakePresets.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json index 61b4502..8e96181 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -32,8 +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": false, - "STAR_USE_JEMALLOC": true + "STAR_USE_RPMALLOC": true, + "STAR_USE_JEMALLOC": false }, "vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { |