Update mimalloc to v1.6.4
This commit is contained in:
parent
53a70c9f83
commit
0673e5e17e
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ make install
|
|||
|
||||
# mimalloc
|
||||
cd "$BUILD_PATH"
|
||||
git clone --depth=1 -b v1.6.3 https://github.com/microsoft/mimalloc
|
||||
git clone --depth=1 -b v1.6.4 https://github.com/microsoft/mimalloc
|
||||
cd mimalloc
|
||||
|
||||
mkdir -p out/release
|
||||
|
|
Loading…
Reference in a new issue