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.
是否有任何类似于 objcopy 的命令可以从 linux 平台上的共享对象文件中删除符号?
strip实用程序具有以下选项,这可能会有所帮助:
-N --strip-symbol=<name> Do not copy symbol <name>