We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f0b89 commit 008e10cCopy full SHA for 008e10c
include/swift/AST/SILOptions.h
@@ -191,7 +191,7 @@ class SILOptions {
191
/// Do we always serialize SIL in OSSA form?
192
///
193
/// If this is disabled we do not serialize in OSSA form when optimizing.
194
- bool EnableOSSAModules = false;
+ bool EnableOSSAModules = true;
195
196
/// Allow recompilation of a non-OSSA module to an OSSA module when imported
197
/// from another OSSA module.
0 commit comments