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 0fdb7ad + d3a749e commit 8cbf26fCopy full SHA for 8cbf26f
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