hexo-theme-mellow icon indicating copy to clipboard operation
hexo-theme-mellow copied to clipboard

[ Core ] Add AddressSanitizer support

Open julianxhokaxhiu opened this issue 4 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