mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Trace and Icons not essential in debug builds
This commit is contained in:
@@ -23,7 +23,7 @@ extern "C" {
|
||||
#define FURI_NORETURN noreturn
|
||||
#endif
|
||||
|
||||
#ifndef FURI_RAM_EXEC
|
||||
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
|
||||
#define __FURI_TRACE
|
||||
#endif
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ class Main(App):
|
||||
icons_c.write(
|
||||
"""
|
||||
const IconPath ICON_PATHS[] = {
|
||||
#ifndef FURI_RAM_EXEC
|
||||
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
|
||||
"""
|
||||
)
|
||||
for animated, name, path in paths:
|
||||
|
||||
Reference in New Issue
Block a user