diff --git a/furi/core/check.h b/furi/core/check.h index b77f759a3..b85144d65 100644 --- a/furi/core/check.h +++ b/furi/core/check.h @@ -20,9 +20,10 @@ extern "C" { #endif -#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG) -#define __FURI_TRACE -#endif +// When enabled will use file paths instead of "furi_check failed" +// #if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG) +// #define __FURI_TRACE +// #endif // Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls. #ifndef __FURI_TRACE