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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ You can use the [`comment`](../../preprocessor/comment-c-cpp.md) pragma to speci
39
39
|[`/CLRIMAGETYPE`](clrimagetype-specify-type-of-clr-image.md)| Sets the type (IJW, pure, or safe) of a CLR image. |
40
40
|[`/CLRSUPPORTLASTERROR`](clrsupportlasterror-preserve-last-error-code-for-pinvoke-calls.md)| Preserves the last error code of functions that are called through the P/Invoke mechanism. |
41
41
|[`/CLRTHREADATTRIBUTE`](clrthreadattribute-set-clr-thread-attribute.md)| Specifies the threading attribute to apply to the entry point of your CLR program. |
42
-
|[`/CLRUNMANAGEDCODECHECK`](clrunmanagedcodecheck-add-suppressunmanagedcodesecurityattribute.md)| Specifies whether the linker will apply the `SuppressUnmanagedCodeSecurity` attribute to linker-generated P/Invoke stubs that call from managed code into native DLLs. |
42
+
|[`/CLRUNMANAGEDCODECHECK`](clrunmanagedcodecheck-add-suppressunmanagedcodesecurityattribute.md)| Specifies whether the linker applies the `SuppressUnmanagedCodeSecurity` attribute to linker-generated P/Invoke stubs that call from managed code into native DLLs. |
|[`/INTEGRITYCHECK`](integritycheck-require-signature-check.md)| Specifies that the module requires a signature check at load time. |
74
-
|[`/KERNEL`](kernel-mode-code-check.md)| Create a kernel mode binary. |
74
+
|[`/KERNEL`](link-code-for-kernel-mode.md)| Create a kernel mode binary. |
75
75
|[`/KEYCONTAINER`](keycontainer-specify-a-key-container-to-sign-an-assembly.md)| Specifies a key container to sign an assembly. |
76
76
|[`/KEYFILE`](keyfile-specify-key-or-key-pair-to-sign-an-assembly.md)| Specifies a key or key pair to sign an assembly. |
77
77
|[`/LARGEADDRESSAWARE`](largeaddressaware-handle-large-addresses.md)| Tells the compiler that the application supports addresses larger than 2 gigabytes |
0 commit comments