diff --git a/Cargo.lock b/Cargo.lock index 2eec431..4ee4557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,7 +289,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "yayagram" -version = "0.8.0" +version = "0.8.5" dependencies = [ "fastrand", "itertools", diff --git a/Cargo.toml b/Cargo.toml index e07db94..3e3d95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yayagram" -version = "0.8.0" +version = "0.8.5" authors = ["r00ster91 "] edition = "2018" description = "Play nonograms/picross in your terminal" @@ -16,6 +16,8 @@ fastrand = "1.8.0" itertools = "0.10.5" line_drawing = "0.8.1" +# export RUSTFLAGS="-C target-cpu=native" +# cargo build --profile compact [profile.compact] inherits = "release" opt-level = "z" @@ -24,6 +26,7 @@ panic = 'abort' codegen-units = 1 # export RUSTFLAGS="-C target-cpu=native" +# cargo build --release [profile.release] opt-level = 3 lto = true