首页 > 系统服务 > 详细

arm-linux-strip 的使用

时间:2019-06-29 09:20:20      阅读:95      评论:0      收藏:0      [点我收藏+]

3.2.1    1. 移除所有的符号信息 [arm@localhost gcc]#cp hello hello1

[arm@localhost gcc]#arm­linux­strip ­strip­all hello

­­strip­all: 是移除所有符号信息

[arm@localhost gcc]#ll

­rwxr­xr­x  1 arm root  2856  7 月  3 15:14 hello

­rwxr­xr­x  1 arm root 13682  7 月  3 15:13 hello1

被 strip 后的 hello 程序比原来的 hello1 程序要小很多。

 

2. 移除调试符号信息

[arm@localhost gcc]#arm­linux­strip ­g hello [arm@localhost gcc]#ll

­rwxr­xr­x  1 arm root  4501  7 月  3 15:17 hello

­rwxr­xr­x  1 arm root 13682  7 月  3 15:13 hello1

arm-linux-strip 的使用

原文:https://www.cnblogs.com/fanweisheng/p/11105607.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!