mirror of
https://github.com/servo/servo.git
synced 2025-07-26 16:50:23 +01:00
Revert "Enable multiprocess and sandbox"
This reverts commit 663f8530cf
.
This commit is contained in:
parent
27472ffa59
commit
c40a658e9c
2 changed files with 2 additions and 6 deletions
|
@ -111,10 +111,6 @@ class PostBuildCommands(CommandBase):
|
|||
# Convert to a relative path to avoid mingw -> Windows path conversions
|
||||
browserhtml_path = path.relpath(browserhtml_path, os.getcwd())
|
||||
|
||||
if not is_windows():
|
||||
# multiprocess + sandbox
|
||||
args = args + ['-M', '-S']
|
||||
|
||||
args = args + ['-w',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue