README: Recommend building with optimizations on

This commit is contained in:
anordal 2018-07-29 21:27:14 +02:00
parent de0aeeb12d
commit 53240706cf

@ -47,12 +47,14 @@ Prior art
Build
-----
cargo build
cargo build --release
Test (requires bash)
--------------------
Test
----
cargo test
cargo test --release
(requires bash)
Usage advice
------------