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 8b96d1b commit d3a749eCopy full SHA for d3a749e
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -227,6 +227,7 @@ extension Driver {
227
try commandLine.appendLast(.moduleLinkName, from: &parsedOptions)
228
try commandLine.appendLast(.moduleAbiName, from: &parsedOptions)
229
try commandLine.appendLast(.nostdimport, from: &parsedOptions)
230
+ try commandLine.appendLast(.nostdlibimport, from: &parsedOptions)
231
try commandLine.appendLast(.parseStdlib, from: &parsedOptions)
232
try commandLine.appendLast(.solverMemoryThreshold, from: &parsedOptions)
233
try commandLine.appendLast(.valueRecursionThreshold, from: &parsedOptions)
0 commit comments