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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 02:36:35  来源:igfitidea点击:

Other Linker Flags list

xcodelinkerflags

提问by Lucabro

Is there a list of all flags that can be put into the Other Linker Flagsfield of the Xcode Build Settings?

是否有可以放入Other Linker FlagsXcode Build Settings 字段的所有标志的列表?

I've searched the developer documentation without results.

我搜索了开发人员文档但没有结果。

回答by trojanfoe

Well a definitive list of all the flags supported by ldis 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 文档窗口中获得。