From 83573325da1395670ab1808cc0ece589884e444e Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Fri, 25 Nov 2022 21:54:13 -0500 Subject: [PATCH] Update fbt_options.py --- fbt_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fbt_options.py b/fbt_options.py index 2480f2c5c..236b229d0 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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