mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-29 06:36:09 +08:00
set secure default to 0 again
This commit is contained in:
parent
9629a0190f
commit
f9ca88f71c
@ -29,7 +29,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||||||
// #define MI_SECURE 4 // checks for double free. (may be more expensive)
|
// #define MI_SECURE 4 // checks for double free. (may be more expensive)
|
||||||
|
|
||||||
#if !defined(MI_SECURE)
|
#if !defined(MI_SECURE)
|
||||||
#define MI_SECURE 4
|
#define MI_SECURE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Define MI_DEBUG for debug mode
|
// Define MI_DEBUG for debug mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user