Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove the extra Cargo.toml profiles
Browse files Browse the repository at this point in the history
MoeMahhouk committed Jan 16, 2025
1 parent a81a72e commit a0cd667
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -66,18 +66,3 @@ rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "945f03959
[build-dependencies]
built = { version = "0.7.1", features = ["git2", "chrono"] }
tonic-build = "0.8"

[profile.release]
codegen-units = 16
debug = "line-tables-only"
lto = "thin"
opt-level = 3
panic = "unwind"
strip = true

[profile.reproducible]
inherits = "release"
debug = false
panic = "abort"
codegen-units = 1
overflow-checks = true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.82-bullseye@sha256:c42c8ca762560c182ba30edda0e0d71a8604040af2672370559d7e854653c66d AS builder

ARG BUILD_PROFILE=reproducible
ARG BUILD_PROFILE=release
ENV BUILD_PROFILE=$BUILD_PROFILE

# Extra Cargo flags

0 comments on commit a0cd667

Please sign in to comment.