Files
vcpkg/ports/gperftools/vcpkg.json
2025-12-15 12:24:16 -08:00

27 lines
680 B
JSON

{
"name": "gperftools",
"version": "2.17.2",
"description": "A high-performance multi-threaded malloc() implementation, plus some performance analysis tools.",
"homepage": "https://github.com/gperftools/gperftools",
"license": "BSD-3-Clause",
"supports": "((x86 | x64) & windows & !uwp) | !windows | mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"libunwind": {
"description": "Support libunwind for stack traces",
"dependencies": [
"libunwind"
]
},
"override": {
"description": "Override Windows allocators",
"supports": "windows & staticcrt"
}
}
}