set secure default to 0

This commit is contained in:
daan 2019-11-21 16:29:46 -08:00
parent 42a0666770
commit 41caf6d0f8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
#if !defined(MI_SECURE)
#define MI_SECURE 4
#define MI_SECURE 0
#endif
// Define MI_DEBUG for debug mode