raptorq/Makefile
2019-03-23 14:42:19 -07:00

15 lines
208 B
Makefile

build:
cargo build
release:
cargo build --release
test:
cargo test
bench:
cargo bench --features benchmarking
profile:
RUSTFLAGS='-Cforce-frame-pointers' cargo bench --no-run --features benchmarking