JamesMunns[m]: > <@jamesmunns:beeper.com> ``` > cargo size --release -- -Ax > Finished `release` profile [optimized + debuginfo] target(s) in 0.07s > nrf52840-null : > section size addr > .vector_table 0x100 0x0 > .text 0x421c 0x100 > .rodata 0xc08 0x431c > .data 0x50 0x20000000 > .gnu.sgstubs 0 0x4f80 > .bss 0xc9c 0x20000050 > .uninit 0x400 0x20000cec > > $ cargo +nightly size --release -- -Ax > Finished `release` profile [optimized + debuginfo] target(s) in 0.09s > nrf52840-null : > section size addr > .vector_table 0x100 0x0 > .text 0x2bb8 0x100 > .rodata 0x5c 0x2cb8 > .data 0x50 0x20000000 > .gnu.sgstubs 0 0x2d80 > .bss 0xc9c 0x20000050 > .uninit 0x400 0x20000cec > ``` > > Is that enough context? Yep, that's more than enough!