Xcode 中是否有支持的编译指示列表?
Xcode 中是否有支持的编译指示列表?我只知道#pragma mark
。我该去哪里了解其他人的情况?
Is there a list of pragmas supported in Xcode? I only know of #pragma mark
. Where would I look to learn about any others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GCC 在线手册,请参阅此处。根据您的 XCode 设置,您可以使用 GCC 4.0、4.2、4.4(如果您的系统上存在)甚至 LLVM/GCC 4.2。有关具体信息,请参阅适当的编译器版本文档。
GCC online manual, see here. Depending on your XCode settings, you can use GCC 4.0, 4.2, 4.4 (if present on your system) or even LLVM/GCC 4.2. Please refer to proper compiler version docs for specific information.