Update fbt_options.py

This commit is contained in:
RogueMaster
2022-09-16 02:35:55 -04:00
parent 3d2a621d03
commit 6b13f177a9
+3 -3
View File
@@ -8,13 +8,13 @@ TARGET_HW = 7
# Optimization flags
## Optimize for size
COMPACT = 0
COMPACT = 1
## Optimize for debugging experience
DEBUG = 1
DEBUG = 0
# Suffix to add to files when building distribution
# If OS environment has DIST_SUFFIX set, it will be used instead
DIST_SUFFIX = "local"
DIST_SUFFIX = "RM420FAP"
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"