diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 05:11:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-06 05:11:36 +1000 |
commit | 70c49e9ddbc719b2a84f832dae02c80b443fda02 (patch) | |
tree | 091d1e081e6bb9ae8a8367990979bf4a0b192d05 | |
parent | 2f7cb392aaeec3809bdd4f463adfcbead0f1271d (diff) |
Update 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 b0c27a1..e337b53 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -57,7 +57,7 @@ "CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include", "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/linux", "STAR_ENABLE_STATIC_LIBGCC_LIBSTDCXX": true, - "STAR_USE_JEMALLOC": false + "STAR_USE_JEMALLOC": true }, "vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { @@ -74,7 +74,7 @@ "CMAKE_C_COMPILER": "clang", "CMAKE_CXX_COMPILER": "clang++", "VCPKG_TARGET_TRIPLET": "x64-linux-mixed-clang", - "STAR_USE_JEMALLOC": true + "STAR_USE_JEMALLOC": false } }, { |