3

I like to program using gcc and g++ on Cygwin on Windows 10. But although man gcc presents the "-fsanitize=address" option, it doesn't seem to actually work. I get "cannot find -lasan". And searching Cygwin's package repository for "lasan", "libasan", "asan" or "sanit" returns nothing relevant. Is "Address Sanitizer", then, a Linux-only thing, with no equivalent in Cygwin? And if it is, what other tools are available on Cygwin for achieving the same or similar goals?

0 Answers0