Xcode // Enable whole-module compilation.

This commit is contained in:
ShikiSuen 2022-04-25 11:00:46 +08:00
parent facbc42019
commit 7ddb284b84
1 changed files with 1 additions and 0 deletions

View File

@ -1490,6 +1490,7 @@
"$(OTHER_CFLAGS)",
"-fcxx-modules",
);
SWIFT_COMPILATION_MODE = wholemodule;
};
name = Release;
};