From 6b13f177a96fc4d7b17485c0cbcc2d60495dc26b Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Fri, 16 Sep 2022 02:35:55 -0400 Subject: [PATCH] Update fbt_options.py --- fbt_options.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fbt_options.py b/fbt_options.py index b0d0ebea5..82e45bb71 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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"