sba1 / adtools

Experimental GNU toolchain for AmigaOS
31 stars 18 forks source link

Enable Address Sanitizer (--enable-asan) #80

Closed raziel- closed 3 years ago

raziel- commented 4 years ago

https://en.wikipedia.org/wiki/AddressSanitizer

I guess this would be a great addition as long as there is no real working debugger. It´s part of GCC since 4.8, just not enabled in our build.

Enabling it should be at least possible, as it was with lto support. Testing it is another story

raziel- commented 3 years ago

Obviously asan is not supported due to missing dependencies...