mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 14:39:31 +03:00
update docs to new MI_ prefixed build options
This commit is contained in:
parent
4ea0e2b4ba
commit
c6c1d5fffd
2 changed files with 2 additions and 2 deletions
|
@ -680,7 +680,7 @@ free lists, etc, as:
|
||||||
```
|
```
|
||||||
> mkdir -p out/secure
|
> mkdir -p out/secure
|
||||||
> cd out/secure
|
> cd out/secure
|
||||||
> cmake -DSECURE=ON ../..
|
> cmake -DMI_SECURE=ON ../..
|
||||||
> make
|
> make
|
||||||
```
|
```
|
||||||
This will name the shared library as `libmimalloc-secure.so`.
|
This will name the shared library as `libmimalloc-secure.so`.
|
||||||
|
|
|
@ -93,7 +93,7 @@ free lists, etc, as:
|
||||||
```
|
```
|
||||||
> mkdir -p out/secure
|
> mkdir -p out/secure
|
||||||
> cd out/secure
|
> cd out/secure
|
||||||
> cmake -DSECURE=ON ../..
|
> cmake -DMI_SECURE=ON ../..
|
||||||
> make
|
> make
|
||||||
```
|
```
|
||||||
This will name the shared library as `libmimalloc-secure.so`.
|
This will name the shared library as `libmimalloc-secure.so`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue