mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
93e173a0d7
* [mimalloc] update to latest version 2.1.1 * update version * remove vcpkg_copy_pdbs() * update version * revert function * update version
30 lines
660 B
JSON
30 lines
660 B
JSON
{
|
|
"name": "mimalloc",
|
|
"version": "2.1.1",
|
|
"description": "Compact general purpose allocator with excellent performance",
|
|
"homepage": "https://github.com/microsoft/mimalloc",
|
|
"license": "MIT",
|
|
"supports": "!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)"
|
|
}
|
|
}
|
|
}
|