如何在Xcode中启用-fcxx-modules标志?

时间:2017-11-28 15:39:52

标签: objective-c xcode8

根据讨论here,我在我的Xcode项目中使用了.mm,我需要启用-fcxx-modules flag

我有Xcode8.3以及如何启用-fcxx-modules flag

1 个答案:

答案 0 :(得分:3)

有许多可能的方法:

  1. Target->Build Phases -> Compile Sources添加 -fcxx-modules到使用模块的源文件的Compiler Flags列

  2. 如果始终需要,请考虑将其添加到Target->BuildSettings->Other C++ Flags