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 889bd3c commit 9ec9dbcCopy full SHA for 9ec9dbc
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -295,6 +295,10 @@ extension Driver {
295
try commandLine.appendLast(.enableBuiltinModule, from: &parsedOptions)
296
}
297
298
+ if isFrontendArgSupported(.disableSandbox) {
299
+ try commandLine.appendLast(.disableSandbox, from: &parsedOptions)
300
+ }
301
+
302
if !useClangIncludeTree, let workingDirectory = workingDirectory {
303
// Add -Xcc -working-directory before any other -Xcc options to ensure it is
304
// overridden by an explicit -Xcc -working-directory, although having a
0 commit comments