Skip to content

Commit c58e0bd

Browse files
committed
Rewrite of sliding move generating code.
1 parent 2ce25ac commit c58e0bd

File tree

5 files changed

+445
-566
lines changed

5 files changed

+445
-566
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if (MINGW)
4848
endif ()
4949

5050
# Set -march for the Topple target
51+
target_compile_options(ToppleTest PUBLIC -march=native -O3)
5152
target_compile_options(Topple PUBLIC -march=native -O3 -DNDEBUG) # NDEBUG to disable asserts
5253
target_compile_options(ToppleTune PUBLIC -DTOPPLE_TUNE -O3 -march=native -DNDEBUG)
5354

0 commit comments

Comments
 (0)