You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/prop-pages/c-cpp-linux.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Linux support is available in Visual Studio 2017 and later.
31
31
| Compile Timeout | Remote compilation timeout, in milliseconds. |
32
32
| Copy Object Files | Specifies whether to copy the compiled object files from the remote system to the local machine. |
33
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. |
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.|
0 commit comments