diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-27 22:59:29 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-27 22:59:55 +0100 |
commit | 4d98e88073296a915069e6c079e93bd262d067ef (patch) | |
tree | c792bdf5d4284a1ca089591fa21beacba1a64e5d /python/servo/build_commands.py | |
parent | 7d69f53794c9f823d524d0d4382c04c4a57bea65 (diff) | |
download | servo-4d98e88073296a915069e6c079e93bd262d067ef.tar.gz servo-4d98e88073296a915069e6c079e93bd262d067ef.zip |
Revert temporary commit used to debug something in #14225
This reverts commit a3f1267d70f278242dc4de35839b52866f51d2f6.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index bef66cb02d0..514a8f87e69 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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() |