Skip to content

Commit 0266c6d

Browse files
committed
[build] Enable noncopyable generics; disable anything that prevents toolchain builds from succeeding
1 parent 13e7aff commit 0266c6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,10 @@ build-swift-stdlib-unittest-extra
12931293
# Don't build the benchmarks
12941294
skip-build-benchmarks
12951295

1296+
# FIXME(NCG): Temporary additions for dev toolchain generation
1297+
enable-experimental-noncopyable-generics=1
1298+
bootstrapping=hosttools
1299+
12961300
# When building for an Xcode toolchain, don't copy the Swift Resource/ directory
12971301
# into the LLDB.framework. LLDB.framework will be installed alongside a Swift
12981302
# compiler, so LLDB should use its resource directory directly.

0 commit comments

Comments
 (0)