Conversation
|
Please check if binaries get any smaller (not by a huge amount, but still) e.g. examples. |
|
Fault on my side, sorry. The main executable reduce size of ~100k over ~13M |
|
Hmmm... to the byte? We did have a decrease in |
|
master: with &mut W + one example fix: master + dpc/rust-bitcoin@cf5503a (git version of rust-bitcoin without my &mut W PR): I was confused why blocks_iterator and verify didn't change timestamp, and it turns out in a default build command: they just don't get built! When I try to compile with: I get more compilation errors, so I give up for now (got to go back to work, RN). Anyway: on the examples I can compile I see almost 50% improvement?! Seems a bit too good to be true so please double check Fix to this PR I used: How I tested |
Wow I see the 50% improvement too on examples |
No description provided.