Skip to content

Commit

Permalink
use full LTO for release builds (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Oct 1, 2022
1 parent cede430 commit 2cb86f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ members = [
"ffi/rodbus-ffi",
"ffi/rodbus-ffi-java",
"ffi/rodbus-schema",
]
]

[profile.release]
lto=true

0 comments on commit 2cb86f9

Please sign in to comment.