GothicKit/ZenKit

Disable fsanitize on MnGW builds

Try opened this issue · 2 comments

Try commented

https://github.com/lmichaelis/phoenix/blob/ff1ab4e7575050c8e2ae9fa36709b35823e8ecbf/CMakeLists.txt#L11-L22

MinGW has no -fsanitize support, should be disabled:

- else()
- elif (NOT WIN32)

Thanks, I've added a check on main. Can you try the build again?

Try commented

Tested cherry-pick of eeece1a - works