Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
stripGNU/Linux ( man ) 上的程序允许您从目标文件或可执行文件中丢弃符号。通过这样做,您可以获得更小的文件大小。
strip
所以我的问题是丢弃符号的权衡是什么?
它使调试变得更加困难,因为您不再知道哪些变量或函数存储在内存中的什么位置。