fix compilation on macOS

This commit is contained in:
Daan 2022-02-03 19:15:10 -08:00
parent 636931874f
commit 95a8196490
3 changed files with 42 additions and 24 deletions

View file

@ -65,7 +65,7 @@ terms of the MIT license. A copy of the license can be found in the file
#endif
#if !defined(MI_DEBUG_TRACE_LEN)
#define MI_DEBUG_TRACE_LEN (7) // store up to N frames if tracing is enabled
#define MI_DEBUG_TRACE_LEN (8) // store up to N frames if tracing is enabled
#endif
#if !defined(MI_PADDING_EXTRA) // use extra padding bytes? (so a stack trace can be preserved or next block corruption prevented)