summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-09-17 12:27:57 -0700
committerGitHub <noreply@github.com>2025-09-17 19:27:57 +0000
commit58060d2f7e86427124551f3f6edcf05bf6e4d229 (patch)
treea419a548534c48f586ea018b35ec900c681f3842 /source/core
parent8d67365b36ea43d339911eba5ee1693d75ae58e2 (diff)
Set default mimalloc for spirv-tools but allow user to override (#8460)
This PR resolves a configuration conflict where the SLANG_ENABLE_SPIRV_TOOLS_MIMALLOC option was defined twice with different defaults, causing user settings to be overridden. Changes: - Removed duplicate definition in external/CMakeLists.txt that only applied to WIN32 - Define default in main CMakeLists.txt - ON by default for Windows - OFF by default for other platforms (still need to resolve crashes so set it to `OFF` for now) Preserved user configuration - explicit -DSLANG_ENABLE_SPIRV_TOOLS_MIMALLOC=value settings are now properly respected Related to https://github.com/shader-slang/slang/issues/8158 --------- Co-authored-by: slangbot <ellieh+slangbot@nvidia.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'source/core')
0 files changed, 0 insertions, 0 deletions