garage/Makefile

6 lines
162 B
Makefile
Raw Normal View History

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