Skip to content

Keeping Static Libraries

berney edited this page Dec 20, 2017 · 1 revision

By default Kubler will purge static libraries (/usr/lib(,64)/*.a) to reduce space requirements.

If you want to keep the static libraries, in build.sh, set _keep_static_libs to true. e.g.

build.sh

_keep_static_libs=true
Clone this wiki locally