mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Update fbt_options.py
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user