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 edb078f + d7a1336 commit d42ff7aCopy full SHA for d42ff7a
utils/swift-project-settings.el
@@ -369,7 +369,7 @@ libraries that require a single frontend invocation" )
369
370
(defconst swift-project-stdlib-aux-swiftc-args
371
(append swift-project-single-frontend-swiftc-args
372
- (list -sil-serialize-vtables" "-parse-stdlib"))
+ (list "-sil-serialize-vtables" "-parse-stdlib"))
373
"swiftc arguments for library components that are compiled as
374
though they are part of the standard library even though
375
they're not strictly in that binary." )
0 commit comments