Skip to content

Commit

Permalink
update chess library to 6.1 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin authored Dec 17, 2023
1 parent 2d03e83 commit 8a82e9a
Show file tree
Hide file tree
Showing 3 changed files with 2,413 additions and 2,341 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -Wall -Wextra -std=c++17 -O3 -g
CXXFLAGS = -Wall -Wextra -std=c++17 -O3 -g -DNDEBUG

NATIVE = -march=native

Expand Down
Loading

0 comments on commit 8a82e9a

Please sign in to comment.