From 778d7348e1189c562b7a4e4f4318e70bf18d970a Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Sun, 13 Dec 2020 20:04:50 +0300 Subject: [PATCH] qcacld-3.0: Don't build in debug and diag version Change-Id: I49f50101b3db1452e4b245bcd73ce815ae9cbe64 --- drivers/staging/qcacld-3.0/configs/default_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/qcacld-3.0/configs/default_defconfig b/drivers/staging/qcacld-3.0/configs/default_defconfig index 011f903cea55..3fb71f4e959b 100644 --- a/drivers/staging/qcacld-3.0/configs/default_defconfig +++ b/drivers/staging/qcacld-3.0/configs/default_defconfig @@ -513,10 +513,10 @@ endif # Feature flags which are not (currently) configurable via Kconfig #Whether to build debug version -BUILD_DEBUG_VERSION := y +BUILD_DEBUG_VERSION := n #Enable this flag to build driver in diag version -BUILD_DIAG_VERSION := y +BUILD_DIAG_VERSION := n ifeq ($(CONFIG_SLUB_DEBUG), y) PANIC_ON_BUG := y