update all dependencies. separate LTO profile

This commit is contained in:
2021-12-16 11:27:21 +01:00
parent e803befa38
commit 099a3d2d02
7 changed files with 27848 additions and 5 deletions
+6 -2
View File
@@ -12,7 +12,11 @@ lto = false
debug = true
[profile.release]
# Can be problematic for debugging
lto = true
# Can be problematic for debugging and is definitely problematic with RTT
lto = false
debug = true
opt-level = 's'
[profile.release-lto]
inherits = "release"
lto = true
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
JLinkGDBServer -select USB -device Cortex-M0 -endian little -if JTAG-speed auto \
-LocalhostOnly
+21524
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff