gcc and AMD Open64 opencc both have a -s option to “strip symbol table and relocation information”. So far I haven’t been able to find the same option in Clang/LLVM. Does it exist?
gcc and AMD Open64 opencc both have a -s option to strip symbol table
Share
You can use a
striputility from binutils.Actually, a llvm-ld has this options http://llvm.org/cmds/llvm-ld.html
opt have something too: