diff options
author | daan <daanl@outlook.com> | 2019-06-24 19:00:16 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2019-06-24 19:00:16 -0700 |
commit | c6c1d5fffd0cf8dcb2ab969cde8fd170af44fdef (patch) | |
tree | 89cae1e9db1a7a3af2906790a9d00f10cc7124ee /doc/mimalloc-doc.h | |
parent | 4ea0e2b4ba300d6db29085ec22ae6b2ae9580f12 (diff) |
update docs to new MI_ prefixed build options
Diffstat (limited to 'doc/mimalloc-doc.h')
-rw-r--r-- | doc/mimalloc-doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 69367e6..3d2a198 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`. |