diff 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`. |