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

Always pass /DEBUG flag to MSVC linker #28505

Merged
merged 1 commit into from
Sep 25, 2015
Merged

Always pass /DEBUG flag to MSVC linker #28505

merged 1 commit into from
Sep 25, 2015

Conversation

apasel422
Copy link
Contributor

Closes #28448.

r? @brson

@apasel422
Copy link
Contributor Author

This is pending discussion on the referenced issue.

@alexcrichton
Copy link
Member

I'm ok with this as it seems the only downside is an extra file is generated, but that already happens for dylibs and it's not necessarily harming anyone either! I'm also not too too worried about having a switch to not pass this flag as it doesn't seem too crucial.

Thoughts @brson?

@brson
Copy link
Contributor

brson commented Sep 21, 2015

Still waiting for some more discussion.

@brson
Copy link
Contributor

brson commented Sep 23, 2015

With the dsymutil precedent I'm mildly ok with having pdbs just silently emitted.

@alexcrichton
Copy link
Member

@bors: r+ a6c8c7d

@bors
Copy link
Contributor

bors commented Sep 25, 2015

⌛ Testing commit a6c8c7d with merge 6c2e3fb...

bors added a commit that referenced this pull request Sep 25, 2015
@apasel422
Copy link
Contributor Author

Looks like @bors is stuck?

@retep998
Copy link
Member

It looks like the android bot didn't start for whatever reason.

@bors bors merged commit a6c8c7d into rust-lang:master Sep 25, 2015
@apasel422 apasel422 deleted the issue-28448 branch September 25, 2015 19:09
matklad added a commit to matklad/cargo that referenced this pull request Mar 14, 2018
Depending on the OS, there might be an additional artifacts for
debuginfo (dSYM folder for macs, .pbd file for windows). Given that we
can't disable `.pdb` for windows[1], let's just ignore all filenames!

[1]: rust-lang/rust#28505)
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.

5 participants