GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin
http://zk.gothickit.dev/
MIT License
44 stars 10 forks source link

Disable fsanitize on MnGW builds #23

Closed Try closed 1 year ago

Try commented 1 year ago

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

MinGW has no -fsanitize support, should be disabled:

- else()
- elif (NOT WIN32)
lmichaelis commented 1 year ago

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

Try commented 1 year ago

Tested cherry-pick of eeece1a2365d - works