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.
2 parents ece22f3 + 7d421fa commit b3bfe78Copy full SHA for b3bfe78
utils/build-presets.ini
@@ -2321,6 +2321,21 @@ native-clang-tools-path=%(toolchain_path)s
2321
build-ninja
2322
lit-args=--filter=stdlib/
2323
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
2339
[preset: stdlib_RA_standalone,build]
2340
mixin-preset=stdlib_base_standalone
2341
0 commit comments