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 87106af + fe5b454 commit 13380f0Copy full SHA for 13380f0
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -163,6 +163,7 @@ extension Driver {
163
try commandLine.appendLast(.solverMemoryThreshold, from: &parsedOptions)
164
try commandLine.appendLast(.valueRecursionThreshold, from: &parsedOptions)
165
try commandLine.appendLast(.warnSwift3ObjcInference, from: &parsedOptions)
166
+ try commandLine.appendLast(.remarkLoadingModule, from: &parsedOptions)
167
try commandLine.appendLast(.RpassEQ, from: &parsedOptions)
168
try commandLine.appendLast(.RpassMissedEQ, from: &parsedOptions)
169
try commandLine.appendLast(.suppressWarnings, from: &parsedOptions)
0 commit comments