From deb77fae759b645ab802f872d8dba02d7f5db21e Mon Sep 17 00:00:00 2001 From: Lawrence Mok Date: Tue, 12 Jul 2016 18:19:59 -0700 Subject: [PATCH] re-enable --strip-debug to reduce mali.ko size from 7.6MB to 560KB Change-Id: I86ff99724dea265657165e529892920fddf81d65 --- mali/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mali/Kbuild b/mali/Kbuild index 2e2dded..42226ba 100755 --- a/mali/Kbuild +++ b/mali/Kbuild @@ -67,7 +67,7 @@ ifeq ($(CONFIG_MALI400_DEBUG),y) BUILD ?= debug else BUILD ?= release - #ldflags-y += --strip-debug + ldflags-y += --strip-debug endif ##################### end Kasin Added. ################### -- 2.20.1