Share via


MSBuild error MSB8059

MSB8059: -fsanitize=address (Enable Address Sanitizer) is incompatible with option 'option-value'.

This error occurs when you use an option that's incompatible with /fsanitize=address.

These options and features are incompatible with /fsanitize=address and should be disabled or avoided:

To resolve this issue, remove the incompatible options from the build instructions for the instrumented code.