Skip to content

Commit

Permalink
remove dev profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Dec 17, 2024
1 parent dec32f9 commit be48f4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions guests/reth-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ edition = "2021"

[workspace]

[profile.dev]
codegen-units = 1
debug = 1
lto = "fat"
opt-level = 3

[profile.dev.build-override]
codegen-units = 1
opt-level = 3

[profile.release]
codegen-units = 1
debug = 1
Expand Down
10 changes: 0 additions & 10 deletions guests/reth-optimism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ edition = "2021"

[workspace]

[profile.dev]
codegen-units = 1
debug = 1
lto = "fat"
opt-level = 3

[profile.dev.build-override]
codegen-units = 1
opt-level = 3

[profile.release]
codegen-units = 1
debug = 1
Expand Down

0 comments on commit be48f4a

Please sign in to comment.