You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The +thumb-mode linker flag shaves off roughly 12kb of binary size from build artifacts, which is pretty nice. I'm not completely sure if there are significant tradeoffs in this area though (we already enable +thumb2 instructions), so we should probably run some benchmarks with/without it.
Problem Description
The
+thumb-modelinker flag shaves off roughly 12kb of binary size from build artifacts, which is pretty nice. I'm not completely sure if there are significant tradeoffs in this area though (we already enable+thumb2instructions), so we should probably run some benchmarks with/without it.Screenshots
"Hello World" binary size from

pros-rs0.7:Additional information
N/A