Disable fsanitize on MnGW builds
Try opened this issue · 2 comments
Try commented
MinGW has no -fsanitize
support, should be disabled:
- else()
- elif (NOT WIN32)
lmichaelis commented
Thanks, I've added a check on main
. Can you try the build again?