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 58d3c86 commit d120e54Copy full SHA for d120e54
utils/build-presets.ini
@@ -1125,6 +1125,10 @@ libcxx
1125
indexstore-db
1126
sourcekit-lsp
1127
1128
+# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
1129
+# are checked in.
1130
+swiftsyntax-verify-generated-files
1131
+
1132
# Build with debug info, this allows us to symbolicate crashes from
1133
# production builds.
1134
release-debuginfo
@@ -1360,6 +1364,10 @@ llbuild
1360
1364
swiftpm
1361
1365
swiftsyntax
1362
1366
1367
1368
1369
1370
1363
1371
# Build sourcekit-lsp & indexstore-db
1372
1373
0 commit comments