Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
python: Make --debugger imply --debug
  • Loading branch information
emilio committed Nov 12, 2016
1 parent 5746a94 commit 157c167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/servo/post_build_commands.py
Expand Up @@ -59,6 +59,10 @@ def run(self, params, release=False, dev=False, android=None, debug=False, debug
env = self.build_env()
env["RUST_BACKTRACE"] = "1"

# Make --debugger imply --debug
if debugger:
debug = True

if android is None:
android = self.config["build"]["android"]

Expand Down

0 comments on commit 157c167

Please sign in to comment.