diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:28:02 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:28:02 +1000 |
commit | 8bccbc78ed0895ca21b5b881794f1249f3467bae (patch) | |
tree | 17e79c731156a9a938cd61ec145b5bc296e6dc41 /source | |
parent | 889114953fcc10552c83dff5a979e40d51356b65 (diff) |
Clang working with jemalloc now?
Diffstat (limited to 'source')
-rw-r--r-- | source/CMakePresets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json index e3f96c2..8deba06 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -79,7 +79,7 @@ "CMAKE_C_COMPILER": "clang", "CMAKE_CXX_COMPILER": "clang++", "VCPKG_TARGET_TRIPLET": "x64-linux-mixed-clang", - "STAR_USE_JEMALLOC": false + "STAR_USE_JEMALLOC": true } }, { |