Skip to content

Commit a822e14

Browse files
committed
[Preset] for Release/Assertions and DebInfo/Assertions
1 parent ab415e6 commit a822e14

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

utils/build-presets.ini

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,3 +1423,38 @@ mixin-preset=
14231423

14241424
test-optimized
14251425

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

0 commit comments

Comments
 (0)