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 638463d commit fe5b454Copy full SHA for fe5b454
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