There seems to be a significant regression in binary size in the most recent nightly:
nightly-2021-05-19
$ size target/thumbv6m-none-eabi/debug/hello
text data bss dec hex filename
6056 48 1032 7136 1be0 target/thumbv6m-none-eabi/debug/hello
nightly-2021-05-20
$ size target/thumbv6m-none-eabi/debug/hello
text data bss dec hex filename
201372 48 1032 202452 316d4 target/thumbv6m-none-eabi/debug/hello
Steps to reproduce:
Commits in that range: 4e3e6db...f94942d
#85274 looks suspicious (cc @luqmana)
There seems to be a significant regression in binary size in the most recent nightly:
nightly-2021-05-19
nightly-2021-05-20
Steps to reproduce:
thumbv6m-none-eabitargetcargo buildsize target/thumbv6m-none-eabi/debug/helloCommits in that range: 4e3e6db...f94942d
#85274 looks suspicious (cc @luqmana)