Skip to content

Commit

Permalink
Merge pull request swiftlang#13573 from slavapestov/enable-resilience
Browse files Browse the repository at this point in the history
Enable stdlib resilience
  • Loading branch information
slavapestov authored Jan 19, 2018
2 parents cdaba60 + 66e30e7 commit 5535fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ KNOWN_SETTINGS=(
llvm-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling llvm"
swift-stdlib-build-type "Debug" "the CMake build variant for Swift"
swift-stdlib-enable-assertions "1" "enable assertions in Swift"
swift-stdlib-enable-resilience "0" "build the Swift stdlib and overlays with resilience enabled"
swift-stdlib-enable-resilience "1" "build the Swift stdlib and overlays with resilience enabled"
swift-stdlib-use-nonatomic-rc "0" "build the Swift stdlib and overlays with nonatomic reference count operations enabled"
lldb-build-type "Debug" "the CMake build variant for LLDB"
llbuild-build-type "Debug" "the CMake build variant for llbuild"
Expand Down

0 comments on commit 5535fb8

Please sign in to comment.