Skip to content

Commit

Permalink
revert toml autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Ulrich committed Aug 13, 2024
1 parent fc69b5f commit 67e2091
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ codegen-units = 1 # better optimizations
# See: https://github.com/esp-rs/esp-hal/pull/198
opt-level = "s"
rustflags = [
"-C",
"link-arg=-Tlinkall.x",
"-C", "link-arg=-Tlinkall.x",
# Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.)
# NOTE: May negatively impact performance of produced code
"-C",
"force-frame-pointers",
"-C", "force-frame-pointers",
]

[profile.dev.package.mnemos-esp32c3-buddy]
Expand All @@ -113,12 +111,10 @@ codegen-units = 1 # better optimizations
opt-level = "s"
# symbols are nice and they don't increase the size on Flash
rustflags = [
"-C",
"link-arg=-Tlinkall.x",
"-C", "link-arg=-Tlinkall.x",
# Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.)
# NOTE: May negatively impact performance of produced code
"-C",
"force-frame-pointers",
"-C", "force-frame-pointers",
]

## profile settings for x86_64 ##
Expand Down

0 comments on commit 67e2091

Please sign in to comment.