You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/ExtraOptions.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ extension Option {
15
15
publicstaticletdriverScanDependenciesNonLib:Option=Option("-nonlib-dependency-scanner",.flag, attributes:[.helpHidden], helpText:"Use calls to `swift-frontend -scan-dependencies` instead of dedicated dependency scanning library")
16
16
publicstaticletdriverWarnUnusedOptions:Option=Option("-driver-warn-unused-options",.flag, attributes:[.helpHidden], helpText:"Emit warnings for any provided options which are unused by the driver")
17
17
publicstaticletemitModuleSeparately:Option=Option("-experimental-emit-module-separately",.flag, attributes:[.helpHidden], helpText:"Emit module files as a distinct job")
18
+
publicstaticletnoEmitModuleSeparately:Option=Option("-no-emit-module-separately",.flag, attributes:[.helpHidden], helpText:"Force using merge-module as the incremental build mode")
18
19
publicstaticletuseFrontendParseableOutput:Option=Option("-use-frontend-parseable-output",.flag, attributes:[.helpHidden], helpText:"Emit parseable-output from swift-frontend jobs instead of from the driver")
0 commit comments