mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
python: Make --debugger imply --debug
This commit is contained in:
parent
5746a942c6
commit
157c1674ed
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ class PostBuildCommands(CommandBase):
|
||||||
env = self.build_env()
|
env = self.build_env()
|
||||||
env["RUST_BACKTRACE"] = "1"
|
env["RUST_BACKTRACE"] = "1"
|
||||||
|
|
||||||
|
# Make --debugger imply --debug
|
||||||
|
if debugger:
|
||||||
|
debug = True
|
||||||
|
|
||||||
if android is None:
|
if android is None:
|
||||||
android = self.config["build"]["android"]
|
android = self.config["build"]["android"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue