Address sanitizer greyed out

Hi,


I want to use the address sanitizer, but it seems to be greyed out so I cannot check the checkbox.


My project is a C++11 project, compiled for i386 (legacy code - don't ask)


Is the address sanitizer C/Obj-C only, or is the i386 target that trips me up?

Address Sanitizer is incompatible with some of the other Memory Management and Logging tools. For example, if you have Guard Malloc or Malloc Stack enabled, you will not be able to enable AddressSanitizer.

Address sanitizer greyed out
 
 
Q