mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2026-01-04 10:57:06 +01:00
new Matcher
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)...";
|
||||
|
||||
Reference in New Issue
Block a user