Skip to content

Commit 48110dc

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add border to screenshot, small cleanup
1 parent 5adbeba commit 48110dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 WSL 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**.
3838

39-
Regardless of the WSL version , 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**.
39+
Regardless of the WSL version you are using, 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

255 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Linux support is available in Visual Studio 2017 and later.
4848

4949
## Preprocessor
5050

51-
| Property | Description | Choices |
52-
|--|--|--|
51+
| Property | Description |
52+
|--|--|
5353
| Preprocessor Definitions | Defines preprocessing symbols for your source file. (-D) |
5454
| Undefine Preprocessor Definitions | Specifies one or more preprocessor undefines. (-U \[macro]) |
5555
| Undefine All Preprocessor Definitions | Undefines all previously defined preprocessor values. (-undef) |

0 commit comments

Comments
 (0)