mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-27 08:18:56 +00:00
6 lines
162 B
Makefile
6 lines
162 B
Makefile
all:
|
|
clear; cargo build
|
|
|
|
release:
|
|
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features
|