mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user