aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilli Ye <williye97@gmail.com>2015-08-24 11:35:17 +0200
committerMoyster <oysterized@gmail.com>2018-11-29 12:23:46 +0100
commit805b4489849977489e87c649ba410adf3e457f59 (patch)
tree8156de34fe1b0384a2e088968a386da19b087410 /Makefile
parent5bc0b09c1f65c756701f4710b0e7ffa543184e5d (diff)
makefile: Add --strip-debug flag
This should fix the size of qcacld-2.0 module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deaadccd3..ffd160b09 100644
--- a/Makefile
+++ b/Makefile
@@ -358,7 +358,7 @@ CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
CFLAGS_MODULE =
AFLAGS_MODULE =
-LDFLAGS_MODULE =
+LDFLAGS_MODULE = --strip-debug
CFLAGS_KERNEL =
AFLAGS_KERNEL =
CFLAGS_GCOV = -fprofile-arcs -ftest-coverage