We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e7aff commit 0266c6dCopy full SHA for 0266c6d
utils/build-presets.ini
@@ -1293,6 +1293,10 @@ build-swift-stdlib-unittest-extra
1293
# Don't build the benchmarks
1294
skip-build-benchmarks
1295
1296
+# FIXME(NCG): Temporary additions for dev toolchain generation
1297
+enable-experimental-noncopyable-generics=1
1298
+bootstrapping=hosttools
1299
+
1300
# When building for an Xcode toolchain, don't copy the Swift Resource/ directory
1301
# into the LLDB.framework. LLDB.framework will be installed alongside a Swift
1302
# compiler, so LLDB should use its resource directory directly.
0 commit comments