Skip to content

Commit 60ba59b

Browse files
committed
Fixed missing compiler option
1 parent cb9a8a9 commit 60ba59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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) |

0 commit comments

Comments
 (0)