Skip to content

Commit

Permalink
speed up linking of fuzz targets by using thin LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Feb 14, 2024
1 parent 75d7440 commit 90040ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ counters = []
pre-eval = []

[profile.release]
lto = true
lto = "thin"

[dependencies]
lazy_static = "1.4.0"
Expand Down
3 changes: 0 additions & 3 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ homepage = "https://github.com/Chia-Network/clvm_rs/tools/"
repository = "https://github.com/Chia-Network/clvm_rs/tools/"
readme = "README.md"

[profile.release]
lto = true

[dependencies]
hex-literal = "=0.4.1"
hex = "=0.4.3"
Expand Down

0 comments on commit 90040ee

Please sign in to comment.