Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/CMakePresets.json
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-07-28 10:54:26 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-07-28 10:54:26 +1000
commit8b1a2d6f0c9a1592a5c550ab23f6bf949ce65fc4 (patch)
treef743710a6f9d3c4177483a5134a6889a3bd3f097 /source/CMakePresets.json
parent539819003051a47b86c61447e0e59044b0775b95 (diff)
add 2 new allocators, currently using rpmalloc on Windows (mimalloc unused for now)
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r--source/CMakePresets.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json
index d6151bc..a2c59e9 100644
--- a/source/CMakePresets.json
+++ b/source/CMakePresets.json
@@ -31,7 +31,8 @@
"VCPKG_TARGET_TRIPLET": "x64-windows-mixed-md",
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL",
"CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/windows/include",
- "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/windows"
+ "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/windows",
+ "STAR_USE_RPMALLOC": true
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {