We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
By default Kubler will purge static libraries (/usr/lib(,64)/*.a) to reduce space requirements.
/usr/lib(,64)/*.a
If you want to keep the static libraries, in build.sh, set _keep_static_libs to true. e.g.
_keep_static_libs
build.sh
_keep_static_libs=true