projects
/
GitHub
/
MotorolaMobilityLLC
/
hardware-samsung_slsi-scsc_wifibt-wifi_hal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e6667
)
[9610][7885][7872][7570] wlbt: [FTM] Remove gdb LOCAL_CFLAGS
author
Himani Gupta
<himani.g2@samsung.com>
Mon, 8 Apr 2019 12:58:48 +0000
(18:28 +0530)
committer
Tarun 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
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 736835620bcd7d34ada9ca4eb72e96790be42976..8051d5ca44bbaffa5f6815812338d7d7e32309a3 100755
(executable)
--- a/
Android.mk
+++ b/
Android.mk
@@
-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/ \