Fix documentation of /DEBUG:FASTLINK and plain /DEBUG.#4783
Conversation
|
@davidmatson : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 27fc9f5: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
#label:"aq-pr-triaged" |
TylerMSFT
left a comment
There was a problem hiding this comment.
Could you update the date metadata at the top of the file?
This is a meaningful change so we should update the date to reflect that it's the latest info.
This is a welcome update - thank you.
|
I assume that's just the ms.date? If so, done. (If not, please let me know the right way.) |
|
Learn Build status updates of commit c24954f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
Perfecto. Thank you, @davidmatson |
From discussion with the product team, /DEBUG means the same thing as /DEBUG:FULL. This has been the case for the linker itself since at least VS 2013 and is currently the case with all templates. Remove statements that indicated /DEBUG sometimes meant /DEBUG:FASTLINK.
Also, recommend not using /DEBUG:FASTLINK, per the product team.