diff --git a/fbt_options.py b/fbt_options.py index e30f7fc2d9b..45b2aa5bb0f 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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"