Skip to content

Commit

Permalink
Update fbt_options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ankris812 authored Aug 9, 2024
1 parent dd0a490 commit 86886f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fbt_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

# 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 = "Korai"

# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"
Expand Down

0 comments on commit 86886f3

Please sign in to comment.