File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
47
47
| [ ` /EHr ` ] ( eh-exception-handling-model.md ) | Always generate ` noexcept ` runtime termination checks. |
48
48
| [ ` /EHs ` ] ( eh-exception-handling-model.md ) | Enable C++ exception handling (no SEH exceptions). |
49
49
| [ ` /EP ` ] ( ep-preprocess-to-stdout-without-hash-line-directives.md ) | Copies preprocessor output to standard output. |
50
- | [ ` /errorReport ` ] ( errorreport-report-internal-compiler-errors.md ) | Deprecated. Error reporting is controlled by [ Windows Error Reporting (WER)] ( /windows/win32/wer/windows-error-reporting ) settings. |
50
+ | [ ` /errorReport ` ] ( errorreport-report-internal-compiler-errors.md ) | Deprecated. [ Windows Error Reporting (WER)] ( /windows/win32/wer/windows-error-reporting ) settings control error reporting . |
51
51
| [ ` /execution-charset ` ] ( execution-charset-set-execution-character-set.md ) | Set execution character set. |
52
52
| [ ` /experimental:module ` ] ( experimental-module.md ) | Enables experimental module support. |
53
53
| [ ` /exportHeader ` ] ( module-exportheader.md ) | Create the header units files (* ` .ifc ` * ) specified by the input arguments. |
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ This article contains a categorical list of compiler options. For an alphabetica
238
238
| [ ` /bigobj ` ] ( bigobj-increase-number-of-sections-in-dot-obj-file.md ) | Increases the number of addressable sections in an .obj file. |
239
239
| [ ` /c ` ] ( c-compile-without-linking.md ) | Compiles without linking. |
240
240
| [ ` /cgthreads ` ] ( cgthreads-code-generation-threads.md ) | Specifies number of * cl.exe* threads to use for optimization and code generation. |
241
- | [ ` /errorReport ` ] ( errorreport-report-internal-compiler-errors.md ) | Deprecated. Error reporting is controlled by [ Windows Error Reporting (WER)] ( /windows/win32/wer/windows-error-reporting ) settings. |
241
+ | [ ` /errorReport ` ] ( errorreport-report-internal-compiler-errors.md ) | Deprecated. [ Windows Error Reporting (WER)] ( /windows/win32/wer/windows-error-reporting ) settings control error reporting . |
242
242
| [ ` /execution-charset ` ] ( execution-charset-set-execution-character-set.md ) | Set execution character set. |
243
243
| ` /fastfail ` | Enable fast-fail mode. |
244
244
| [ ` /FC ` ] ( fc-full-path-of-source-code-file-in-diagnostics.md ) | Displays the full path of source code files passed to * cl.exe* in diagnostic text. |
You can’t perform that action at this time.
0 commit comments