作者:手机用户2502859523 | 来源:互联网 | 2023-05-16 04:05
iuse[objdumpXXX.o-Ws]outputmanystringlines,theyareallstructnamesinmyotherc++head
i use [objdump XXX.o -Ws] output many string lines, they are all struct names in my other c++ head files, but some of them are repeated, make my XXX.o so big.
我使用[objdump XXX.o -Ws]输出许多字符串行,它们都是我的其他c ++头文件中的结构名称,但是其中一些重复,使我的XXX.o如此之大。
can anyone tell me, are the repeated struct names in debug_str required for gcc ? and is there some parameters of gcc to reduce the repeated string? thanks.
任何人都可以告诉我,gcc需要debug_str中重复的结构名称吗?是否有一些gcc的参数来减少重复的字符串?谢谢。
1 个解决方案