Skip to content

Commit 9aafc22

Browse files
authored
Merge pull request #1622 from corob-msft/cr-fix-623
Fix typo on /OPT page
2 parents 31dbd48 + 7e57ff9 commit 9aafc22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/opt-optimizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ By default, the **/OPT:LBR** option is set when incremental linking is not enabl
4848

4949
## Remarks
5050

51-
When used at the command line, the linker defaults to **/OPT:REF,ICF,LBR**. If **/DEBUG** is specified, the default is **/OPT:NOREF,NOICR,NOLBR**.
51+
When used at the command line, the linker defaults to **/OPT:REF,ICF,LBR**. If **/DEBUG** is specified, the default is **/OPT:NOREF,NOICF,NOLBR**.
5252

5353
The **/OPT** optimizations generally decrease the image size and increase the program speed. These improvements can be substantial in larger programs, which is why they are enabled by default for retail builds.
5454

0 commit comments

Comments
 (0)