Skip to content

Conversation

@ChillerDragon
Copy link

rm -rf 3rd/mimalloc-2.0.9
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v3.2.6.zip
unzip v3.2.6.zip
rm v3.2.6.zip
mv mimalloc-3.2.6 3rd
sed -i 's/mimalloc-2.0.9/mimalloc-3.2.6/g' CodeFormatServer/CMakeLists.txt

Closed #216

```
rm -rf 3rd/mimalloc-2.0.9
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v3.2.6.zip
unzip v3.2.6.zip
rm v3.2.6.zip
mv mimalloc-3.2.6 3rd
sed -i 's/mimalloc-2.0.9/mimalloc-3.2.6/g' CodeFormatServer/CMakeLists.txt
```

Closed CppCXY#216
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build error note: in expansion of macro ‘MI_ATOMIC_VAR_INIT’

1 participant