Always pass /DEBUG flag to MSVC linker#28505
Merged
bors merged 1 commit intorust-lang:masterfrom Sep 25, 2015
apasel422:issue-28448
Merged
Always pass /DEBUG flag to MSVC linker#28505bors merged 1 commit intorust-lang:masterfrom apasel422:issue-28448
/DEBUG flag to MSVC linker#28505bors merged 1 commit intorust-lang:masterfrom
apasel422:issue-28448
Conversation
Contributor
Author
|
This is pending discussion on the referenced issue. |
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? |
Contributor
|
Still waiting for some more discussion. |
Contributor
|
With the dsymutil precedent I'm mildly ok with having pdbs just silently emitted. |
Member
Collaborator
bors
added a commit
that referenced
this pull request
Sep 25, 2015
Contributor
Author
|
Looks like @bors is stuck? |
Contributor
|
It looks like the android bot didn't start for whatever reason. |
Collaborator
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #28448.
r? @brson