vcpkg/ports/mimalloc/vcpkg.json
JonLiu1993 6edc46f862
[mimalloc] update to v1.7.2 (#20188)
* [mimalloc] update to v1.7.2

* update version

* update suggestion review

* update version

* update patch EOF

* update version
2021-09-17 08:05:23 -07:00

29 lines
648 B
JSON

{
"name": "mimalloc",
"version": "1.7.2",
"description": "Compact general purpose allocator with excellent performance",
"homepage": "https://github.com/microsoft/mimalloc",
"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)"
}
}
}