Xcode // Enable whole-module compilation.
This commit is contained in:
parent
facbc42019
commit
7ddb284b84
|
@ -1490,6 +1490,7 @@
|
||||||
"$(OTHER_CFLAGS)",
|
"$(OTHER_CFLAGS)",
|
||||||
"-fcxx-modules",
|
"-fcxx-modules",
|
||||||
);
|
);
|
||||||
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue