Skip to content

Commit

Permalink
Enable further optimizations for release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jun 16, 2020
1 parent 24c12eb commit 919ebca
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 @@ -7,4 +7,8 @@ members = [
"vrp-scientific",

"examples/json-pragmatic"
]
]

[profile.release]
lto = "fat"
codegen-units = 1

0 comments on commit 919ebca

Please sign in to comment.