Skip to content

Commit 0446b8d

Browse files
committed
Fix default value of SWIFT_STDLIB_SIL_SERIALIZE_ALL
For those who don't run build-script. D'oh...
1 parent be13055 commit 0446b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ option(SWIFT_STDLIB_ENABLE_RESILIENCE
212212

213213
option(SWIFT_STDLIB_SIL_SERIALIZE_ALL
214214
"Build the standard libraries and overlays serializing all method bodies"
215-
FALSE)
215+
TRUE)
216216

217217
if(SWIFT_SERIALIZE_STDLIB_UNITTEST AND SWIFT_STDLIB_ENABLE_RESILIENCE)
218218
message(WARNING "Ignoring SWIFT_SERIALIZE_STDLIB_UNITTEST because SWIFT_STDLIB_ENABLE_RESILIENCE is set")

0 commit comments

Comments
 (0)