Skip to content

Commit

Permalink
feat: release optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 8, 2023
1 parent aa5716d commit e1f2dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-view"
version = "0.1.10"
version = "0.1.11"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,9 +20,9 @@ bevy_panorbit_camera = { version="0.9", features=["bevy_egui"] }
bevy_easings = "0.12.2"

[profile.release]
lto = "fat"
lto = true
codegen-units = 1
opt-level = 's'


# Enable a small amount of optimization in debug mode
[profile.dev]
Expand Down

0 comments on commit e1f2dbc

Please sign in to comment.