mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-13 03:31:30 +00:00
5 lines
162 B
Makefile
5 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
|