new Matcher

This commit is contained in:
2023-12-26 21:28:46 +01:00
parent d20940f89b
commit 511ce04f0b
8 changed files with 176 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
default:
@echo "Building (Release)...";
cargo rustc --release --color=always -p schemsearch-cli -- -C target-feature=+avx2
cargo rustc --release --color=always -p schemsearch-cli -- -C target-cpu=native
sql:
@echo "Building (Release)...";
cargo rustc --release --color=always -p schemsearch-cli --features sql -- -C target-feature=+avx2
cargo rustc --release --color=always -p schemsearch-cli --features sql -- -C target-cpu=native
debug:
@echo "Building (Debug)...";