Skip to content

Commit b3bfe78

Browse files
authored
Merge pull request swiftlang#37497 from gottesmm/pr-e9fc1dfdfc0c33894839e43a534ed824b2991097
[standalone-stdlib] Add an RD presets for the standalone stdlib.
2 parents ece22f3 + 7d421fa commit b3bfe78

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

utils/build-presets.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,6 +2321,21 @@ native-clang-tools-path=%(toolchain_path)s
23212321
build-ninja
23222322
lit-args=--filter=stdlib/
23232323

2324+
[preset: stdlib_RD_standalone,build]
2325+
mixin-preset=stdlib_base_standalone
2326+
2327+
build-subdir=stdlib_RD_standalone
2328+
release-debuginfo
2329+
no-assertions
2330+
2331+
verbose-build
2332+
2333+
[preset: stdlib_RD_standalone,build,test]
2334+
mixin-preset=stdlib_RD_standalone,build
2335+
2336+
test
2337+
validation-test
2338+
23242339
[preset: stdlib_RA_standalone,build]
23252340
mixin-preset=stdlib_base_standalone
23262341

0 commit comments

Comments
 (0)