Trace and Icons not essential in debug builds

This commit is contained in:
Willy-JL
2024-02-09 01:37:16 +00:00
parent 5e69b1f622
commit 5ea2c9799b
2 changed files with 2 additions and 2 deletions

View File

@@ -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: