From 67e2091aac61732e7452ed6d6bf1dc81c6cda63a Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Tue, 13 Aug 2024 22:45:39 +0200 Subject: [PATCH] revert toml autoformat --- Cargo.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26cfaf98..7403e0f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] @@ -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 ##