From 93c60609c338c6ee268b8b21586dbbda6b0bb6d2 Mon Sep 17 00:00:00 2001
From: deepthi-ps <deepthi_suseelan@comcast.com>
Date: Tue, 19 Nov 2024 16:07:35 +0000
Subject: [PATCH] RDKVREFPLT-2991: Set default build variant

---
 conf/machine/include/product.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/product.inc b/conf/machine/include/product.inc
index a6d9304..fcd5460 100644
--- a/conf/machine/include/product.inc
+++ b/conf/machine/include/product.inc
@@ -54,3 +54,6 @@ SECURITY_LDFLAGS:remove = " -fstack-protector"
 
 # RDKVREFPLT-3928, RDKE-419: Until MTLS related refactoring completes.
 TARGET_CFLAGS:append = " -DNO_SUPPORT_FOR_MTLS "
+
+#Setting default build variant as debug.
+BUILD_VARIANT ?= "debug"