mirror of
https://github.com/servo/servo.git
synced 2025-07-27 01:00:41 +01:00
Don't do gecko_debug build in build-geckolib
This commit is contained in:
parent
3f07cfec7c
commit
44e0ce3ffe
1 changed files with 0 additions and 2 deletions
|
@ -442,8 +442,6 @@ class MachCommands(CommandBase):
|
|||
opts += ["-v"]
|
||||
if release:
|
||||
opts += ["--release"]
|
||||
else:
|
||||
features += ["gecko_debug"]
|
||||
|
||||
if features:
|
||||
opts += ["--features", ' '.join(features)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue