Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

第 30 章 GNU Development Tools

目錄

30.1. strip - Discard symbols from object files.

30.1. strip - Discard symbols from object files.

給C程序減肥

# cp nginx nginx.old
# strip nginx
# ll
total 4984
-rwxr-xr-x  1 root root  545080 Oct 18 10:48 nginx
-rwxr-xr-x. 1 root root 4554524 May  7 17:18 nginx.old