Merge pull request #4 from synacker/master

Merge master into dev
This commit is contained in:
synacker 2020-04-07 14:13:38 +03:00 committed by GitHub
commit 8ff080130d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 5 deletions

View file

@ -36,6 +36,10 @@ terms of the MIT license. A copy of the license can be found in the file
#define MI_SECURE 0
#endif
#if !defined(MI_USER_CLEANUP)
#define MI_USER_CLEANUP 0
#endif
// Define MI_DEBUG for debug mode
// #define MI_DEBUG 1 // basic assertion checks and statistics, check double free, corrupted free list, and invalid pointer free.
// #define MI_DEBUG 2 // + internal assertion checks