oers / reversatile

Reversatile: Reversi for Android
GNU General Public License v3.0
19 stars 6 forks source link

Fixes#82 Update c Code from https://github.com/panstromek/zebra #85

Closed oers closed 2 years ago

oers commented 2 years ago

Newest ndk compiler lead to crashes. Bugfixes from panstromek solved the problem.s

oers commented 2 years ago

Fixes https://github.com/oers/reversatile/issues/82

panstromek commented 2 years ago

Newest ndk compiler lead to crashes.

yea, that makes a lot of sense. Most of these were UB fixes, and compiler is free to exploit UB for optimizations, so new optimizations can break more things.