vcpkg/ports/mimalloc/vcpkg.json
2022-09-30 14:32:47 -07:00

31 lines
701 B
JSON

{
"name": "mimalloc",
"version": "2.0.6",
"port-version": 1,
"description": "Compact general purpose allocator with excellent performance",
"homepage": "https://github.com/microsoft/mimalloc",
"license": "MIT",
"supports": "!((arm & windows) | 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)"
}
}
}