We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee58859 + 7d2287d commit e372046Copy full SHA for e372046
Cargo.toml
@@ -23,3 +23,8 @@ all_mcus = []
23
24
[build-dependencies]
25
avr-mcu = "0.2"
26
+
27
+[profile.dev]
28
+# Most of the build consists of generating the mcu description files. So
29
+# enable optimizations to speed this process.
30
+opt-level = 2
0 commit comments