We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49b822 commit e6a5d44Copy full SHA for e6a5d44
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -318,6 +318,10 @@ extension Driver {
318
try commandLine.appendLast(.enableBuiltinModule, from: &parsedOptions)
319
}
320
321
+ if isFrontendArgSupported(.disableSandbox) {
322
+ try commandLine.appendLast(.disableSandbox, from: &parsedOptions)
323
+ }
324
+
325
if !(isCachingEnabled && useClangIncludeTree), let workingDirectory = workingDirectory {
326
// Add -Xcc -working-directory before any other -Xcc options to ensure it is
327
// overridden by an explicit -Xcc -working-directory, although having a
0 commit comments