diff options
author | Xidorn Quan <me@upsuper.org> | 2017-10-05 15:29:13 +1100 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-10-05 15:29:30 +1100 |
commit | 44e0ce3ffea5559712a043f7c3993f4c27952792 (patch) | |
tree | 271d57343fa342800df32165da98e78c30ca6c7d /python/servo/build_commands.py | |
parent | 3f07cfec7c6e1b0398229cf308b752a060031ac3 (diff) | |
download | servo-44e0ce3ffea5559712a043f7c3993f4c27952792.tar.gz servo-44e0ce3ffea5559712a043f7c3993f4c27952792.zip |
Don't do gecko_debug build in build-geckolib
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 97ac6c07613..0d0dbc0ebcd 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -442,8 +442,6 @@ class MachCommands(CommandBase): opts += ["-v"] if release: opts += ["--release"] - else: - features += ["gecko_debug"] if features: opts += ["--features", ' '.join(features)] |