fix(tf-cov-make): modify failing build option to DEBUG=0

Currently one build failures due to bl31 image overflow is causing
coverity loss in CI, So disable DEBUG builds for them temporarily
until we get a fix in place.

Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
Change-Id: I1a8a459e491463b3145c4da6572db7753570820a
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index c61418a..ff4ad5e 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -191,8 +191,8 @@
 # CoT descriptors in device tree
 clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} COT_DESC_IN_DTB=1 USE_ROMLIB=1
 
-# PSA FWU support
-clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPORT=1 USE_ROMLIB=1
+# PSA FWU support - Disable debug build for this option as its causing bl31 image overflow
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPORT=1 USE_ROMLIB=1 DEBUG=0
 
 # SME and HCX features
 clean_build $fvp_common_flags ENABLE_SME_FOR_NS=1 ENABLE_FEAT_HCX=1