xcode 其他链接器标志列表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14497872/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Other Linker Flags list
提问by Lucabro
Is there a list of all flags that can be put into the Other Linker Flags
field of the Xcode Build Settings?
是否有可以放入Other Linker Flags
Xcode Build Settings 字段的所有标志的列表?
I've searched the developer documentation without results.
我搜索了开发人员文档但没有结果。
回答by trojanfoe
Well a definitive list of all the flags supported by ld
is available in the ld manpage
, and I guess you'd have to ignore the flags that are properly supported by Xcode in order to get your list.
好吧,ld
在 中提供了ld manpage
.
You can, of course, access the manpage from your Mac by firing up Terminal and typing:
当然,您可以通过启动终端并键入以下内容从 Mac 访问联机帮助页:
$ man ld
It's also probably available from with the Xcode Documentation window.
它也可能从 Xcode 文档窗口中获得。