mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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"]
|
opts += ["-v"]
|
||||||
if release:
|
if release:
|
||||||
opts += ["--release"]
|
opts += ["--release"]
|
||||||
else:
|
|
||||||
features += ["gecko_debug"]
|
|
||||||
|
|
||||||
if features:
|
if features:
|
||||||
opts += ["--features", ' '.join(features)]
|
opts += ["--features", ' '.join(features)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue