Skip to content

Commit f3e3287

Browse files
TylerMSFTTylerMSFT
TylerMSFT
authored and
TylerMSFT
committed
make ninja use broader
1 parent 8fe5be8 commit f3e3287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ By default, an executable (.out) is built. To build a static or dynamic library,
3636

3737
If you're building for Windows Subsystem for Linux (WSL), be aware that there are some differences between WSL version 1 and 2:
3838
- 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. To build with Ninja, use the **Enable Incremental Build** setting in **Configuration properties > General**.
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. To build with Ninja, use 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

0 commit comments

Comments
 (0)