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 ce675e4 + 869947d commit ea06145Copy full SHA for ea06145
Sources/SwiftDriver/Jobs/CompileJob.swift
@@ -204,6 +204,8 @@ extension Driver {
204
commandLine.appendFlag(.debugInfoStoreInvocation)
205
}
206
207
+ try commandLine.appendLast(.trackSystemDependencies, from: &parsedOptions)
208
+ try commandLine.appendLast(.CrossModuleOptimization, from: &parsedOptions)
209
try commandLine.appendLast(.disableAutolinkingRuntimeCompatibility, from: &parsedOptions)
210
try commandLine.appendLast(.runtimeCompatibilityVersion, from: &parsedOptions)
211
try commandLine.appendLast(.disableAutolinkingRuntimeCompatibilityDynamicReplacements, from: &parsedOptions)
0 commit comments