From 4e255efd41e356a3e14445ee3e7410531aeaf82e Mon Sep 17 00:00:00 2001
From: Philippe Coval <philippe.coval.ext@huawei.com>
Date: Mon, 20 Jun 2022 09:41:08 +0200
Subject: [PATCH] Revert "conf: Set runtime to debug"

This reverts commit 70c0e204145f743eebba529793aa71e11e836e13.
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 69c2dcc..4199de3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -26,7 +26,7 @@ LAYERSERIES_COMPAT_meta-oniro-blueprint-flutter = "dunfell honister kirkstone"
 # Pin latest tag: https://github.com/meta-flutter/meta-flutter/pull/71
 # FLUTTER_SDK_TAG ?= "2.10.3"
 # FLUTTER_CHANNEL ?= "stable"
-FLUTTER_RUNTIME ?= "debug"
+FLUTTER_RUNTIME ?= "release"
 
 PACKAGECONFIG:pn-flutter-engine-release = "disable-desktop-embeddings embedder-for-target fontconfig release"
 PACKAGECONFIG:pn-flutter-engine-debug = "disable-desktop-embeddings embedder-for-target fontconfig debug"
-- 
GitLab