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 be13055 commit 0446b8dCopy full SHA for 0446b8d
CMakeLists.txt
@@ -212,7 +212,7 @@ option(SWIFT_STDLIB_ENABLE_RESILIENCE
212
213
option(SWIFT_STDLIB_SIL_SERIALIZE_ALL
214
"Build the standard libraries and overlays serializing all method bodies"
215
- FALSE)
+ TRUE)
216
217
if(SWIFT_SERIALIZE_STDLIB_UNITTEST AND SWIFT_STDLIB_ENABLE_RESILIENCE)
218
message(WARNING "Ignoring SWIFT_SERIALIZE_STDLIB_UNITTEST because SWIFT_STDLIB_ENABLE_RESILIENCE is set")
0 commit comments