bzip2-rs icon indicating copy to clipboard operation
bzip2-rs copied to clipboard

Optimize build for `libbz2.a`

Open NobodyXu opened this issue 1 year ago • 0 comments

  • Use --gc-sections to remove unused symbols from libbz2.a
  • Add new feature fat-lto & thin-lto
  • Add new feat thin to use opt-level z

Signed-off-by: Jiahao XU [email protected]

NobodyXu avatar Jan 27 '23 14:01 NobodyXu