Other Linker Flags list

江枫思渺然 提交于 2019-11-30 14:09:01

问题


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.


回答1:


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.

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

$ man ld

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



来源:https://stackoverflow.com/questions/14497872/other-linker-flags-list

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!