mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
fix readme.md
This commit is contained in:
parent
a9686d6ecf
commit
906f8a74aa
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ We use [`cmake`](https://cmake.org)<sup>1</sup> as the build system:
|
||||||
```
|
```
|
||||||
> mkdir -p out/release
|
> mkdir -p out/release
|
||||||
> cd out/release
|
> cd out/release
|
||||||
> cmake ../..
|
> cmake -DCMAKE_BUILD_TYPE=Release ../..
|
||||||
> make
|
> make
|
||||||
```
|
```
|
||||||
This builds the library as a shared (dynamic)
|
This builds the library as a shared (dynamic)
|
||||||
|
|
Loading…
Add table
Reference in a new issue