mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
Update fbt_options.py
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user