aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l1306/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0l1306/Cargo.toml')
-rw-r--r--examples/mspm0l1306/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mspm0l1306/Cargo.toml b/examples/mspm0l1306/Cargo.toml
index 6b1125810..b59c06257 100644
--- a/examples/mspm0l1306/Cargo.toml
+++ b/examples/mspm0l1306/Cargo.toml
@@ -19,3 +19,7 @@ panic-semihosting = "0.6.0"
19 19
20[profile.release] 20[profile.release]
21debug = 2 21debug = 2
22
23[profile.dev]
24debug = 2
25opt-level = 2