Skip to content

Commit

Permalink
Don't do gecko_debug build in build-geckolib
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Oct 5, 2017
1 parent 3f07cfe commit 44e0ce3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/servo/build_commands.py
Expand Up @@ -442,8 +442,6 @@ def build_geckolib(self, jobs=None, verbose=False, release=False):
opts += ["-v"]
if release:
opts += ["--release"]
else:
features += ["gecko_debug"]

if features:
opts += ["--features", ' '.join(features)]
Expand Down

0 comments on commit 44e0ce3

Please sign in to comment.