File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -1423,3 +1423,38 @@ mixin-preset=
1423
1423
1424
1424
test-optimized
1425
1425
1426
+ # ===------------------------------------------------------------------------===#
1427
+ # Swift Preset
1428
+ # Tools: DebInfo and Assertions
1429
+ # stdlib: Release and Assertions
1430
+ # ===------------------------------------------------------------------------===#
1431
+ [preset: buildbot_incremental,tools=DA,stdlib=RA,build]
1432
+ mixin-preset =mixin_buildbot_incremental,build
1433
+
1434
+ # Build Release without debug info, because it is faster to build.
1435
+ release-debuginfo
1436
+ assertions
1437
+ debug-llvm
1438
+ debug-swift
1439
+
1440
+ dash-dash
1441
+
1442
+ # ===------------------------------------------------------------------------===#
1443
+ # Swift Preset
1444
+ # Tools: DebInfo and Assertions
1445
+ # stdlib: DebInfo and Assertions
1446
+ # ===------------------------------------------------------------------------===#
1447
+ [preset: buildbot_incremental,tools=DA,stdlib=DA,build]
1448
+ mixin-preset =mixin_buildbot_incremental,build
1449
+
1450
+ # Build Release without debug info, because it is faster to build.
1451
+ release-debuginfo
1452
+ assertions
1453
+ debug-llvm
1454
+ debug-swift
1455
+
1456
+ dash-dash
1457
+
1458
+ swift-stdlib-build-type =RelWithDebInfo
1459
+ swift-stdlib-enable-assertions =true
1460
+ build-serialized-stdlib-unittest
You can’t perform that action at this time.
0 commit comments