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
When Compiled using incremental linking (Optional) appears as a warning against a top level module or a dependency it can often represent a longer scan time and may affect results.
Is this something we can check for?
Edit: Also consider the wrong compilation flags such as /RTC?
Support Issue: The image "filename" was built with a Basic Runtime Checks (/RTC) compiler option enabled. Proceeding with this setting may degrade the performance of the analysis and quality of the results. Disable runtime error checking by omitting /RTC command line compiler options or setting Basic Runtime Checks to Default in Project Properties > Configuration Properties > C/C++ > Code Generation.
The text was updated successfully, but these errors were encountered:
When
Compiled using incremental linking (Optional)
appears as a warning against a top level module or a dependency it can often represent a longer scan time and may affect results.Is this something we can check for?
Edit: Also consider the wrong compilation flags such as /RTC?
Support Issue: The image "
filename
" was built with a Basic Runtime Checks (/RTC) compiler option enabled. Proceeding with this setting may degrade the performance of the analysis and quality of the results. Disable runtime error checking by omitting /RTC command line compiler options or setting Basic Runtime Checks to Default in Project Properties > Configuration Properties > C/C++ > Code Generation.The text was updated successfully, but these errors were encountered: