BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
216 stars 80 forks source link

rust: update toolchain to 1.74.0 #1154

Closed benma closed 7 months ago

benma commented 7 months ago

firmware.bin size before and after:

before: 761096 after: 759736

-1360 bytes.

benma commented 7 months ago

Even I could not measure the exact size by linux commands

@asi345 why not?

du -b build/bin/firmware.bin
asi345 commented 7 months ago

I was using ls -lah and du -h, and they were not precise in the byte dimension. Seems that du -b is a more preferable option.