Skip to content

Commit a7d88ae

Browse files
author
Colin Robertson
committed
Update linker options and TOC
1 parent fb9afc6 commit a7d88ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/build/reference/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
### [/RELEASE (Set the Checksum)](release-set-the-checksum.md)
261261
### [/SAFESEH (Image has Safe Exception Handlers)](safeseh-image-has-safe-exception-handlers.md)
262262
### [/SECTION (Specify Section Attributes)](section-specify-section-attributes.md)
263+
### [/SOURCELINK (Include Sourcelink file in PDB)](sourcelink.md)
263264
### [/STACK (Stack Allocations)](stack-stack-allocations.md)
264265
### [/STUB (MS-DOS Stub File Name)](stub-ms-dos-stub-file-name.md)
265266
### [/SUBSYSTEM (Specify Subsystem)](subsystem-specify-subsystem.md)

docs/build/reference/linker-options.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Linker Options | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "08/20/2018"
55
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["link"]
@@ -109,6 +109,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
109109
|[/RELEASE](../../build/reference/release-set-the-checksum.md)|Sets the Checksum in the .exe header.|
110110
|[/SAFESEH](../../build/reference/safeseh-image-has-safe-exception-handlers.md)|Specifies that the image will contain a table of safe exception handlers.|
111111
|[/SECTION](../../build/reference/section-specify-section-attributes.md)|Overrides the attributes of a section.|
112+
|[/SOURCELINK](../../build/reference/sourcelink.md)|Specifies a SourceLink file to add to the PDB.|
112113
|[/STACK](../../build/reference/stack-stack-allocations.md)|Sets the size of the stack in bytes.|
113114
|[/STUB](../../build/reference/stub-ms-dos-stub-file-name.md)|Attaches an MS-DOS stub program to a Win32 program.|
114115
|[/SUBSYSTEM](../../build/reference/subsystem-specify-subsystem.md)|Tells the operating system how to run the .exe file.|

0 commit comments

Comments
 (0)