Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可以放入Other Linker FlagsXcode 构建设置字段的所有标志的列表?
Other Linker Flags
我搜索了没有结果的开发人员文档。
ld好吧,在 中提供了所有受支持的标志的最终列表ld manpage,我想您必须忽略 Xcode 正确支持的标志才能获得您的列表。
ld
ld manpage
当然,您可以通过启动终端并键入以下内容从 Mac 访问联机帮助页:
$ man ld
它也可能从 Xcode 文档窗口中获得。