[IMPROVE] Build: add strip to build script 63/20263/1
authorAlexander Aksenov <a.aksenov@samsung.com>
Wed, 30 Apr 2014 08:20:55 +0000 (12:20 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Wed, 30 Apr 2014 08:20:55 +0000 (12:20 +0400)
Change-Id: I093b977a0b7c82b63e529a1eecbc11c2cc633d3c
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
build.sh

index 4f45744..8915d08 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -72,6 +72,7 @@ ${energy_dir}/${energy_module_name} \
 ${parser_dir}/${parser_module_name} \
 ${ksyms_dir}/${ksyms_module_name}"
 
-# for m in ${modules} ; do
+for m in ${modules} ; do
+       ${cross_compile}strip -x -g $m
 #      sdb -e push $m ${install_dir}
-done
+done