1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-09-28 18:51:08 +02:00

Add SQL to Makefile

Dieser Commit ist enthalten in:
Chaoscaot 2023-04-04 16:31:48 +02:00
Ursprung 1df33249c4
Commit 5c9bcfc2ec

Datei anzeigen

@ -2,6 +2,10 @@ default:
@echo "Building (Release)...";
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:
@echo "Building (Debug)...";
cargo build -p schemsearch-cli