我想知道这两者有什么区别:
gcc -s:从可执行文件中删除所有符号表和重定位信息.
gcc -s
strip:丢弃目标文件中的符号.
strip
gcc symbols strip
gcc ×1
strip ×1
symbols ×1