Skip to content

Commit

Permalink
version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 committed Mar 24, 2023
1 parent b961117 commit 2fee4c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yayagram"
version = "0.8.0"
version = "0.8.5"
authors = ["r00ster91 <[email protected]>"]
edition = "2018"
description = "Play nonograms/picross in your terminal"
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 2fee4c9

Please sign in to comment.