Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable debugging information in dev and test builds. #346

Merged
merged 1 commit into from
Jul 1, 2018

Conversation

jimblandy
Copy link
Contributor

It's pretty surprising when tests and dev builds can't be debugged. Debugging information was disabled in 1223b23 (2015-3-31) because of rust-lang/rust#23110, which was closed 2016-7-14. It should be okay to turn it back on now.

@SimonSapin
Copy link
Member

This only makes a difference when compiling from the source repository (when the modified Cargo.toml is the root one, as opposed to a dependency), right?

Either way, yes doing this is overdue :)

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 3a12b42 has been approved by SimonSapin

@bors-servo
Copy link
Contributor

⌛ Testing commit 3a12b42 with merge de1b2af...

bors-servo pushed a commit that referenced this pull request Jul 1, 2018
Enable debugging information in dev and test builds.

It's pretty surprising when tests and dev builds can't be debugged. Debugging information was disabled in 1223b23 (2015-3-31) because of rust-lang/rust#23110, which was closed 2016-7-14. It should be okay to turn it back on now.
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: SimonSapin
Pushing de1b2af to master...

@bors-servo bors-servo merged commit 3a12b42 into servo:master Jul 1, 2018
@jimblandy
Copy link
Contributor Author

This only makes a difference when compiling from the source repository (when the modified Cargo.toml is the root one, as opposed to a dependency), right?

Yes, that's correct. There are no customizations to the dev or test profiles that I saw in the crates' Cargo.toml files.

@jimblandy jimblandy deleted the debugging-info branch July 2, 2018 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants