FFNx icon indicating copy to clipboard operation
FFNx copied to clipboard

[ Core ] Add AddressSanitizer support

Open julianxhokaxhiu opened this issue 3 years ago • 0 comments

Since VS2019 16.9 MSVC now supports natively the AddressSanitizer project made by Google ( https://github.com/google/sanitizers/wiki/AddressSanitizer ).

Add support for it on FFNx in order to catch memory issues easily.

See more at https://docs.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-170#ide-cmake

Depends on:

  • [ ] #31

julianxhokaxhiu avatar Aug 12 '20 21:08 julianxhokaxhiu