Skip to content

Commit 2fee4c9

Browse files
committed
version 0.8.5
1 parent b961117 commit 2fee4c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yayagram"
3-
version = "0.8.0"
3+
version = "0.8.5"
44
authors = ["r00ster91 <[email protected]>"]
55
edition = "2018"
66
description = "Play nonograms/picross in your terminal"
@@ -16,6 +16,8 @@ fastrand = "1.8.0"
1616
itertools = "0.10.5"
1717
line_drawing = "0.8.1"
1818

19+
# export RUSTFLAGS="-C target-cpu=native"
20+
# cargo build --profile compact
1921
[profile.compact]
2022
inherits = "release"
2123
opt-level = "z"
@@ -24,6 +26,7 @@ panic = 'abort'
2426
codegen-units = 1
2527

2628
# export RUSTFLAGS="-C target-cpu=native"
29+
# cargo build --release
2730
[profile.release]
2831
opt-level = 3
2932
lto = true

0 commit comments

Comments
 (0)