update docs to new MI_ prefixed build options

This commit is contained in:
daan 2019-06-24 19:00:16 -07:00
parent 4ea0e2b4ba
commit c6c1d5fffd
2 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,7 @@ free lists, etc, as:
```
> mkdir -p out/secure
> cd out/secure
> cmake -DSECURE=ON ../..
> cmake -DMI_SECURE=ON ../..
> make
```
This will name the shared library as `libmimalloc-secure.so`.

View File

@ -93,7 +93,7 @@ free lists, etc, as:
```
> mkdir -p out/secure
> cd out/secure
> cmake -DSECURE=ON ../..
> cmake -DMI_SECURE=ON ../..
> make
```
This will name the shared library as `libmimalloc-secure.so`.