请帮助,谢谢你.
解决方法 您应该能够设置一些用户构建设置来选择编译器.您可以使用以下语法从命令行设置特殊构建设置.xcodebuild build FOO=bla
disclaimer: some of those build settings are undocumented (afaik). Use
at your own risk.Here are a few build settings that I found useful to inject C flags:
OTHER_CFLAGS OTHER_CPLUSPLUSFLAGSor to replace the compiler(s) and linker(s):
CC CPLUSPLUS LD LdplUSPLUS liBTOolThe same approach works to control the “analyze” action:
CLANG_ANALYZER_EXEC CLANG_ANALYZER_OTHER_FLAGS
Sourced from cfe-dev mailing list
总结以上是内存溢出为你收集整理的在xcode中将编译器更改为clang-omp全部内容,希望文章能够帮你解决在xcode中将编译器更改为clang-omp所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)