fix secure mode

This commit is contained in:
daan 2019-10-30 15:36:13 -07:00
parent 93ae3e26b1
commit c7ec30ae25
3 changed files with 5 additions and 3 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 // experimental, may be more expensive: checks for double free.
#if !defined(MI_SECURE)
#define MI_SECURE 4
#define MI_SECURE 0
#endif
// Define MI_DEBUG for debug mode