mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-10 23:03:31 -07:00
cargo/config: drop inherited firmware profile opts
These options are shared with the release profile.
This commit is contained in:
@@ -36,8 +36,6 @@ strip = "debuginfo"
|
||||
[profile.firmware]
|
||||
inherits = "release"
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
debug = false
|
||||
|
||||
Reference in New Issue
Block a user