Update fbt_options.py

This commit is contained in:
RogueMaster
2022-11-25 21:54:13 -05:00
parent 090932fa06
commit 83573325da
+2 -2
View File
@@ -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