From c6c1d5fffd0cf8dcb2ab969cde8fd170af44fdef Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 24 Jun 2019 19:00:16 -0700 Subject: [PATCH] update docs to new MI_ prefixed build options --- doc/mimalloc-doc.h | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 69367e66..3d2a1985 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -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`. diff --git a/readme.md b/readme.md index 4bf990c7..a1bd4021 100644 --- a/readme.md +++ b/readme.md @@ -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`.