Skip to content

Commit bff3c1c

Browse files
committed
remove flags for code rather than uniquie file
1 parent 1ce90af commit bff3c1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commandLine/src/projects/xcodeProject.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,9 @@ void xcodeProject::addCompileFlagsForMMFile(const fs::path & srcFile) {
508508
for (auto & c : buildConfigs) {
509509
// addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-xobjective-c++");
510510

511-
if (requiresNoARC) {
512-
addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-fno-objc-arc");
513-
}
511+
// if (requiresNoARC) {
512+
// addCommand("Add :objects:" + c + ":buildSettings:OTHER_CPLUSPLUSFLAGS: string " + "-fno-objc-arc");
513+
// }
514514
}
515515

516516
}

0 commit comments

Comments
 (0)