aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0c1104
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-03-15 13:56:23 -0500
committeri509VCB <[email protected]>2025-03-15 13:56:23 -0500
commit1dd129693318e15aa15cb50243c5be6547aa5159 (patch)
tree9c47522f4970bca0d0e3e368ccb2303b20013832 /examples/mspm0c1104
parent0642c3a7feb4f221c87f805d8e69f5a75f045248 (diff)
more aggressive debug level for CI?
Diffstat (limited to 'examples/mspm0c1104')
-rw-r--r--examples/mspm0c1104/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mspm0c1104/Cargo.toml b/examples/mspm0c1104/Cargo.toml
index 35c9b1358..a56086e2a 100644
--- a/examples/mspm0c1104/Cargo.toml
+++ b/examples/mspm0c1104/Cargo.toml
@@ -19,14 +19,14 @@ panic-semihosting = "0.6.0"
19 19
20# The chip only has 1KB of ram, so we must optimize binaries regardless 20# The chip only has 1KB of ram, so we must optimize binaries regardless
21[profile.dev] 21[profile.dev]
22debug = 2 22debug = 1
23opt-level = "z" 23opt-level = "z"
24lto = true 24lto = true
25codegen-units = 1 25codegen-units = 1
26# strip = true 26# strip = true
27 27
28[profile.release] 28[profile.release]
29debug = 2 29debug = 1
30opt-level = "z" 30opt-level = "z"
31lto = true 31lto = true
32codegen-units = 1 32codegen-units = 1