We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce90af commit bff3c1cCopy full SHA for bff3c1c
commandLine/src/projects/xcodeProject.cpp
@@ -508,9 +508,9 @@ void xcodeProject::addCompileFlagsForMMFile(const fs::path & srcFile) {
508
for (auto & c : buildConfigs) {
509
// addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-xobjective-c++");
510
511
- if (requiresNoARC) {
512
- addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-fno-objc-arc");
513
- }
+// if (requiresNoARC) {
+// addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-fno-objc-arc");
+// }
514
}
515
516
0 commit comments