feat: Add reproducible build profile (#10459)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Moe Mahhouk
2024-10-22 23:52:49 +02:00
committed by GitHub
parent 8bfbd97795
commit 527d344dda
3 changed files with 54 additions and 0 deletions

View File

@ -288,6 +288,13 @@ codegen-units = 1
inherits = "release"
lto = "fat"
[profile.reproducible]
inherits = "release"
debug = false
panic = "abort"
codegen-units = 1
overflow-checks = true
[workspace.dependencies]
# reth
op-reth = { path = "crates/optimism/bin" }