From 805b4489849977489e87c649ba410adf3e457f59 Mon Sep 17 00:00:00 2001 From: Willi Ye Date: Mon, 24 Aug 2015 11:35:17 +0200 Subject: makefile: Add --strip-debug flag This should fix the size of qcacld-2.0 module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3