Archived
update all dependencies. separate LTO profile
This commit is contained in:
+6
-2
@@ -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
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
JLinkGDBServer -select USB -device Cortex-M0 -endian little -if JTAG-speed auto \
|
||||
-LocalhostOnly
|
||||
+1
-1
Submodule max116xx-10bit updated: f396c793ea...8a81b3a721
+21524
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1
-1
Submodule va108xx-hal updated: 87b0180e6f...b9d4d7214c
+1
-1
Submodule vorago-reb1-rs updated: 5e82e8a771...0c5a5efea0
Reference in New Issue
Block a user