fix avg display; set secure default to 0`

This commit is contained in:
daan 2019-11-07 10:35:30 -08:00
parent 36090dee5c
commit 27f1a8b3d2
2 changed files with 2 additions and 2 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. (cmake -DMI_SECURE_FULL=ON)
#if !defined(MI_SECURE)
#define MI_SECURE 4
#define MI_SECURE 0
#endif
// Define MI_DEBUG for debug mode