garage/Makefile

6 lines
162 B
Makefile
Raw Normal View History

all:
clear; cargo build
2020-06-30 17:18:42 +02:00
release:
2021-03-19 12:19:40 +01:00
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features