aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
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)]