mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-04 21:54:00 +01:00
Add SQL to Makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -2,6 +2,10 @@ default:
|
|||||||
@echo "Building (Release)...";
|
@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-feature=+avx2
|
||||||
|
|
||||||
|
sql:
|
||||||
|
@echo "Building (Release)...";
|
||||||
|
cargo rustc --release --color=always -p schemsearch-cli --features sql -- -C target-feature=+avx2
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
@echo "Building (Debug)...";
|
@echo "Building (Debug)...";
|
||||||
cargo build -p schemsearch-cli
|
cargo build -p schemsearch-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user