Skip to content

Commit

Permalink
Edit .config/cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlarsan68 committed May 2, 2022
1 parent 4ce371c commit 5faacfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[profile.dev]
incremental = true

[profile.dev.package."*"]
opt-level = 3

[profile.release]
lto = "thin"

[profile.tiny]
inherits = "release"
opt-level = "z"
codegen-units = 1

[profile.fast]
inherits = "release"
Expand Down

0 comments on commit 5faacfe

Please sign in to comment.