mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
ci(windows): optionally test windows with ASAN
Add the label `ci:windows-asan` to enable it.
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
#include <string.h>
|
||||
#ifdef ENABLE_ASAN_UBSAN
|
||||
# include <sanitizer/asan_interface.h>
|
||||
# include <sanitizer/ubsan_interface.h>
|
||||
# ifndef MSWIN
|
||||
# include <sanitizer/ubsan_interface.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "auto/config.h" // IWYU pragma: keep
|
||||
|
Reference in New Issue
Block a user