mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
update vcpkg config to 1.9.4
This commit is contained in:
parent
316a434d8e
commit
82b67862c8
2 changed files with 7 additions and 3 deletions
|
@ -4,8 +4,8 @@ vcpkg_from_github(
|
|||
HEAD_REF master
|
||||
|
||||
# The "REF" can be a commit hash, branch name (dev2), or a version (v2.2.1).
|
||||
# REF "v${VERSION}"
|
||||
REF 866ce5b89db1dbc3e66bbf89041291fd16329518
|
||||
REF "v${VERSION}"
|
||||
# REF 866ce5b89db1dbc3e66bbf89041291fd16329518
|
||||
|
||||
# The sha512 is the hash of the tar.gz bundle.
|
||||
# (To get the sha512, run `vcpkg install mimalloc[override] --overlay-ports=<dir of this file>` and copy the sha from the error message.)
|
||||
|
@ -19,6 +19,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
|||
secure MI_SECURE
|
||||
override MI_OVERRIDE
|
||||
optarch MI_OPT_ARCH
|
||||
nooptarch MI_NO_OPT_ARCH
|
||||
optsimd MI_OPT_SIMD
|
||||
xmalloc MI_XMALLOC
|
||||
asm MI_SEE_ASM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue