You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/reference/linker-options.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Linker Options | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "11/04/2016"
4
+
ms.date: "08/20/2018"
5
5
ms.technology: ["cpp-tools"]
6
6
ms.topic: "reference"
7
7
f1_keywords: ["link"]
@@ -109,6 +109,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
109
109
|[/RELEASE](../../build/reference/release-set-the-checksum.md)|Sets the Checksum in the .exe header.|
110
110
|[/SAFESEH](../../build/reference/safeseh-image-has-safe-exception-handlers.md)|Specifies that the image will contain a table of safe exception handlers.|
111
111
|[/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.|
112
113
|[/STACK](../../build/reference/stack-stack-allocations.md)|Sets the size of the stack in bytes.|
113
114
|[/STUB](../../build/reference/stub-ms-dos-stub-file-name.md)|Attaches an MS-DOS stub program to a Win32 program.|
114
115
|[/SUBSYSTEM](../../build/reference/subsystem-specify-subsystem.md)|Tells the operating system how to run the .exe file.|
0 commit comments