Skip to content

Commit

Permalink
Merge pull request #8 from magicoss/ricky/cargo-fixes
Browse files Browse the repository at this point in the history
[FIX] - correct typos in Cargo.toml
  • Loading branch information
swimricky authored Jun 3, 2024
2 parents 62856fd + 13447e2 commit ab57d6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ overflow-checks = false
strip = true
opt-level = "z"
lto = true
codegen-unts = 1
codegen-units = 1
panic = "abort"
[profile.release.build-override]
opt-level = "z"
incremental = false
codegen-units = 1

0 comments on commit ab57d6d

Please sign in to comment.