hexo-theme-mellow
hexo-theme-mellow copied to clipboard
[ Core ] Add AddressSanitizer support
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