mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:59:00 +08:00
6edc46f862
* [mimalloc] update to v1.7.2 * update version * update suggestion review * update version * update patch EOF * update version
29 lines
648 B
JSON
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)"
|
|
}
|
|
}
|
|
}
|