Skip to content

Commit 9458954

Browse files
TylerMSFTTylerMSFT
authored andcommitted
cleanup
1 parent 16fa64b commit 9458954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/linux/configure-a-linux-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To view configuration options, select the **Project > Properties** menu, or righ
3535
By default, an executable (.out) is built. To build a static or dynamic library, or to use an existing Makefile, use the **Configuration Type** setting.
3636

3737
If you are building for Windows Subsystem for Linux (WSL), be aware that there are some differences between WSL version 1 and 2.
38-
- Version 1 is limited to 64 parallel compilation processes. This is goverened by the Max Parallel Compilation Jobs settings in **Configuration properties > C/C++ > General** (JTW LINK).
39-
- If you intend to use more than 64 parallel compilation processes, we recommend that you build with Ninja, which generally will be faster and more reliable. This is governed by the **Enable Incremental Build** setting in **Configuration properties > General**.
38+
- Version 1 is limited to 64 parallel compilation processes. This is goverened by the **Max Parallel Compilation Jobs** setting in **Configuration properties > C/C++ > General**.
39+
- If you intend to use more than 64 parallel compilation processes on WSL version 2, we recommend that you build with Ninja, which generally will be faster and more reliable. This is governed by the **Enable Incremental Build** setting in **Configuration properties > General**.
4040

4141
For more information about the settings in the property pages, see [Linux Project Property Page Reference](prop-pages-linux.md).
4242

docs/linux/prop-pages/c-cpp-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Linux support is available in Visual Studio 2017 and later.
3030
| C++ Compiler | Specifies the program to invoke during compilation of C++ source files, or the path to the C++ compiler on the remote system. |
3131
| Compile Timeout | Remote compilation timeout, in milliseconds. |
3232
| Copy Object Files | Specifies whether to copy the compiled object files from the remote system to the local machine. |
33-
| Max Parallel Compilation Jobs | The number of process to create in parallel during compilation. The default is 1. If you are using Windows Subsystem for Linux (WSL) version 1, then the limit is 64 ttys. |
33+
| Max Parallel Compilation Jobs | The number of process to create in parallel during compilation. The default is 1. If you are using Windows Subsystem for Linux (WSL) version 1, then the limit is 64. |
3434
| Validate Architecture | Specify whether to check if the platform the project targets matches the remote system.|
3535
| Enable Address Sanitizer | Compile the program with Address Sanitizer, which is a fast memory error detector that can find runtime memory issues such as use-after-free and perform out of bounds checks.|
3636

0 commit comments

Comments
 (0)