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 39b51bd commit 7039905Copy full SHA for 7039905
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -319,6 +319,10 @@ extension Driver {
319
try commandLine.appendLast(.enableBuiltinModule, from: &parsedOptions)
320
}
321
322
+ if isFrontendArgSupported(.disableSandbox) {
323
+ try commandLine.appendLast(.disableSandbox, from: &parsedOptions)
324
+ }
325
+
326
if !(isCachingEnabled && useClangIncludeTree), let workingDirectory = workingDirectory {
327
// Add -Xcc -working-directory before any other -Xcc options to ensure it is
328
// overridden by an explicit -Xcc -working-directory, although having a
0 commit comments