-
Notifications
You must be signed in to change notification settings - Fork 967
Update ltcg-link-time-code-generation.md #4007
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
Conversation
/LTCG:OFF is not the same as not specifying /LTCG on the command line. As documented later, no /LTCG option allows the linker to restart if it determines /LTCG is necessary. /LTCG:OFF suppress this restart behavior.
@RussKeldorph : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Docs Build status updates of commit 48c9d9c: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@corob-msft Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
Make verb tenses easier for the machine translator.
@corob-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tweaked for the machine translation. Thanks, @RussKeldorph
Ugh, forgot to wait for validation. Old habits. |
Docs Build status updates of commit bfedc2f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit bfedc2f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
/LTCG:OFF is not the same as not specifying /LTCG on the command line. As documented later, adding no /LTCG option allows the linker to restart if it determines /LTCG is necessary. /LTCG:OFF suppresses this restart behavior.