Skip to content

Commit 16fa64b

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add config settings
1 parent fb130b7 commit 16fa64b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Linux support is available in Visual Studio 2017 and later.
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. |
3333
| 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. |
34+
| Validate Architecture | Specify whether to check if the platform the project targets matches the remote system.|
35+
| 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.|
3436

3537
## Optimization
3638

0 commit comments

Comments
 (0)