microsoft / ripgrep-prebuilt

Builds ripgrep on Azure Pipelines for multiple platforms and makes the binaries available as Github releases
MIT License
46 stars 15 forks source link

Remove debug builds from ripgrep and add extra flags to release profile #19

Closed andreamah closed 1 year ago

andreamah commented 1 year ago

Fixes #15 Fixes #20

Doesn't use the latest cross version since it runs into an issue with pcre2 that should be fixed when https://github.com/BurntSushi/rust-pcre2/pull/30 is merged upstream.


Made the x86_64-unknown-linux-musl prebuilt go from ~39.1MB to ~5.1MB. Made the i686-unknown-linux-musl prebuilt go from ~29.7MB to ~4.0MB.