Skip to content

Commit f2ad6db

Browse files
committed
Fixed missing compiler option
1 parent cb9a8a9 commit f2ad6db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/reference/compiler-options-listed-alphabetically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
9797
| [`/GS[-]`](gs-buffer-security-check.md) | Checks buffer security. |
9898
| [`/Gs[n]`](gs-control-stack-checking-calls.md) | Controls stack probes. |
9999
| [`/GT`](gt-support-fiber-safe-thread-local-storage.md) | Supports fiber safety for data allocated by using static thread-local storage. |
100-
| `/Gu[-]` | Ensure distinct functions have distinct addresses. |
100+
| [`/Gu[-]`] | Ensure distinct functions have distinct addresses. |
101101
| [`/guard:cf[-]`](guard-enable-control-flow-guard.md) | Adds control flow guard security checks. |
102102
| [`/guard:ehcont[-]`](guard-enable-eh-continuation-metadata.md) | Enables EH continuation metadata. |
103103
| [`/Gv`](gd-gr-gv-gz-calling-convention.md) | Uses the **`__vectorcall`** calling convention. (x86 and x64 only) |

docs/build/reference/compiler-options-listed-by-category.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This article contains a categorical list of compiler options. For an alphabetica
6464
| [`/GS[-]`](gs-buffer-security-check.md) | Checks buffer security. |
6565
| [`/Gs[n]`](gs-control-stack-checking-calls.md) | Controls stack probes. |
6666
| [`/GT`](gt-support-fiber-safe-thread-local-storage.md) | Supports fiber safety for data allocated by using static thread-local storage. |
67-
| `/Gu[-]` | Ensure distinct functions have distinct addresses. |
67+
| [`/Gu[-]`] | Ensure distinct functions have distinct addresses. |
6868
| [`/guard:cf[-]`](guard-enable-control-flow-guard.md) | Adds control flow guard security checks. |
6969
| [`/guard:ehcont[-]`](guard-enable-eh-continuation-metadata.md) | Enables EH continuation metadata. |
7070
| [`/Gv`](gd-gr-gv-gz-calling-convention.md) | Uses the **`__vectorcall`** calling convention. (x86 and x64 only) |

0 commit comments

Comments
 (0)