Browse Source
Changelog-None: cleanup only. Before this change: ``` $ ls -l plugins/bcli -rwxrwxr-x 1 zmnscpxj zmnscpxj 1914976 Aug 5 21:54 plugins/bcli ``` After this change: ``` $ ls -l plugins/bcli -rwxrwxr-x 1 zmnscpxj zmnscpxj 1830552 Aug 5 22:00 plugins/bcli ``` We already duplicate a lot of code between `lightningd` and eeach builtin plugin because we do not use .so for `common/`, but including an object file with code that is not referenced in the executable is fairly low-hanging size optimization fruit.bump-pyln-proto
ZmnSCPxj jxPCSnmZ
4 years ago
committed by
Rusty Russell
1 changed files with 13 additions and 5 deletions
Loading…
Reference in new issue