diff options
| author | Himani Gupta <himani.g2@samsung.com> | 2019-04-08 18:28:48 +0530 |
|---|---|---|
| committer | Tarun Karela <t.karela@samsung.com> | 2019-04-26 13:26:08 +0100 |
| commit | 915bef31b0050b4fc0d0331bad33910c4e1adb89 (patch) | |
| tree | 6e25cad9a651a8017b83d87be9f694a6cd555150 | |
| parent | 49e666711f6e29c5c283a6c0108555de956b26b9 (diff) | |
[9610][7885][7872][7570] wlbt: [FTM] Remove gdb LOCAL_CFLAGS
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>
| -rwxr-xr-x | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ \ |
