Skip to content

Commit de4f1f8

Browse files
committed
Re-enable resilience for stdlib and overlays
1 parent 0223dae commit de4f1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ KNOWN_SETTINGS=(
7070
llvm-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling llvm"
7171
swift-stdlib-build-type "Debug" "the CMake build variant for Swift"
7272
swift-stdlib-enable-assertions "1" "enable assertions in Swift"
73-
swift-stdlib-enable-resilience "0" "build the Swift stdlib and overlays with resilience enabled"
73+
swift-stdlib-enable-resilience "1" "build the Swift stdlib and overlays with resilience enabled"
7474
swift-stdlib-use-nonatomic-rc "0" "build the Swift stdlib and overlays with nonatomic reference count operations enabled"
7575
lldb-build-type "Debug" "the CMake build variant for LLDB"
7676
lldb-build-with-xcode "1" "Use xcodebuild to build LLDB, instead of CMake"

0 commit comments

Comments
 (0)