vcpkg/ports/mimalloc/vcpkg.json
Rémy Tassoux 9b7e03938d
[mimalloc] Update the CMake configuration options (#23802)
* [mimalloc] Portfile configuration fixes and improvements

* [mimalloc] Update version files
2022-03-28 13:43:39 -07:00

31 lines
689 B
JSON

{
"name": "mimalloc",
"version": "2.0.5",
"port-version": 1,
"description": "Compact general purpose allocator with excellent performance",
"homepage": "https://github.com/microsoft/mimalloc",
"license": "MIT",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"asm": {
"description": "Generate assembly files"
},
"override": {
"description": "Override the standard malloc interface"
},
"secure": {
"description": "Use security mitigations (like guard pages and randomization)"
}
}
}