Skip to content

Commit

Permalink
[build] Enable noncopyable generics; disable anything that prevents t…
Browse files Browse the repository at this point in the history
…oolchain builds from succeeding
  • Loading branch information
lorentey committed Mar 14, 2024
1 parent 13e7aff commit 0266c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,10 @@ build-swift-stdlib-unittest-extra
# Don't build the benchmarks
skip-build-benchmarks

# FIXME(NCG): Temporary additions for dev toolchain generation
enable-experimental-noncopyable-generics=1
bootstrapping=hosttools

# When building for an Xcode toolchain, don't copy the Swift Resource/ directory
# into the LLDB.framework. LLDB.framework will be installed alongside a Swift
# compiler, so LLDB should use its resource directory directly.
Expand Down

0 comments on commit 0266c6d

Please sign in to comment.