Instruction on how to compile from source.
cargo b --release --features=fast
Building a non-portable binary that can only be run on the host used to compile (but give best performance)
EXPORT RUSTFLAGS="-Ctarget-cpu=native"
cargo b --release --features=fast
set RUSTFLAGS="-Ctarget-cpu=native"
cargo b --release --features=fast
./target/release/odonata --perft 6
./target/release/odonata --search