[9610][7885][7872][7570] wlbt: [FTM] Remove gdb LOCAL_CFLAGS
authorHimani Gupta <himani.g2@samsung.com>
Mon, 8 Apr 2019 12:58:48 +0000 (18:28 +0530)
committerTarun Karela <t.karela@samsung.com>
Fri, 26 Apr 2019 12:26:08 +0000 (13:26 +0100)
If we add gdb, debug symbol is more and it will cause performace.
So request to remove the same.

Change-Id: Ie75a16564c853e656b11d27573acb359adf7feac
SCSC-Bug-Id: SSB-51402
Signed-off-by: Himani Gupta <himani.g2@samsung.com>
Android.mk

index 736835620bcd7d34ada9ca4eb72e96790be42976..8051d5ca44bbaffa5f6815812338d7d7e32309a3 100755 (executable)
@@ -12,7 +12,7 @@ LOCAL_PATH := $(call my-dir)
 # ============================================================
 include $(CLEAR_VARS)
 
-LOCAL_CFLAGS := -Wno-unused-parameter -ggdb
+LOCAL_CFLAGS := -Wno-unused-parameter
 
 LOCAL_C_INCLUDES += \
         system/core/include/ \