PGG106 / Alexandria

bitboard chess engine
GNU General Public License v3.0
97 stars 26 forks source link

Fix clang compilation somewhat #365

Closed cj5716 closed 8 months ago

cj5716 commented 8 months ago

clang/clang++ does not support the -Wlogical-op flag, so only enable it for g++.