mirror of
https://github.com/servo/servo.git
synced 2025-07-27 01:00:41 +01:00
Revert temporary commit used to debug something in #14225
This reverts commit a3f1267d70
.
This commit is contained in:
parent
7d69f53794
commit
4d98e88073
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class MachCommands(CommandBase):
|
|||
default=None,
|
||||
action='store_true',
|
||||
help='Enable debug assertions in release')
|
||||
def build_cef(self, jobs=None, verbose=True, release=False,
|
||||
def build_cef(self, jobs=None, verbose=False, release=False,
|
||||
with_debug_assertions=False):
|
||||
self.ensure_bootstrapped()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue