Fix: Move profile property to root Cargo.toml
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
03a3c8732f
commit
15d240ef20
@ -3,3 +3,12 @@ cargo-features = ["profile-rustflags"]
|
||||
[workspace]
|
||||
members = ["hp-core", "lp-core"]
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
debug = 2
|
||||
debug-assertions = true
|
||||
incremental = false
|
||||
opt-level = 3
|
||||
lto = 'fat'
|
||||
overflow-checks = false
|
||||
|
@ -63,17 +63,3 @@ esp32s3 = ["esp-hal/esp32s3", "esp-backtrace/esp32s3", "esp-hal-embassy?/esp32s3
|
||||
esp-wifi = ["dep:esp-wifi"]
|
||||
|
||||
embassy = ["dep:esp-hal-embassy"]
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
debug = 2
|
||||
debug-assertions = true
|
||||
incremental = false
|
||||
opt-level = 3
|
||||
lto = 'fat'
|
||||
overflow-checks = false
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C", "force-frame-pointers",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user