Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1022 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 1022 Bytes

llvm-libs-debloated

This repo makes modified versiones of some Archlinux packages, these are intended for AppImages to reduce final size:

  • llvm-libs-mini and llmv-libs-nano, smaller versions of libLLVM.so which is a 130+ MiB library that Archlinux compiles with support for a lot of arquitectures (arm, aarch64, risv, etc), the mini version should be a drop in replacment that is unlikely to cause any issue, while the nano version depends but usually is fine as well.

  • iculess versions of libxml2 and qt6-base, normally these packages depend on a 30 MiB libicudata lib that is rarely needed, using them gets rid of said library.

  • ffmpeg-mini which mainly removes linking to libx265.so, which is a 20 MiB library that is rarely needed, using it gets rid of said library.

Projects using these packages