其他链接器标志列表 [英] Other Linker Flags list

查看:93
本文介绍了其他链接器标志列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否存在可以放入Xcode Build Settings的Other Linker Flags字段中的所有标志的列表?

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

我搜索了没有结果的开发人员文档.

I've searched the developer documentation without results.

推荐答案

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.

您当然可以通过启动Terminal并键入以下命令从Mac访问手册页:

You can, of course, access the manpage from your Mac by firing up Terminal and typing:

$ man ld

在Xcode文档窗口中也可以使用它.

It's also probably available from with the Xcode Documentation window.

这篇关于其他链接器标志列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆