From 009918de93107c01f7306bc7b8779a8034332aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=A0=E9=BD=90?= Date: Tue, 29 Jul 2025 16:33:53 +0800 Subject: [PATCH] remove comment session in striped libjsvm.so MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王忠齐 --- build_jsvm_inter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_jsvm_inter.sh b/build_jsvm_inter.sh index 905460e..52d2072 100755 --- a/build_jsvm_inter.sh +++ b/build_jsvm_inter.sh @@ -95,7 +95,7 @@ do_strip() { ${OBJCOPY} -S --remove-section .gdb_index --remove-section .comment \ --keep-symbols=${keep_path} ${debug_path} ${mini_debug_path} - ${STRIP} --strip-all --keep-section=.comment ${binary} + ${STRIP} --strip-all ${binary} xz ${mini_debug_path} ${OBJCOPY} --add-section .gnu_debugdata=${mini_debug_path}.xz ${binary} -- Gitee