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