sonic-swss-common
sonic-swss-common copied to clipboard
Exclude *.a files from python deb packages
Cherry-pick https://github.com/Azure/sonic-swss-common/pull/554 to master branch
The file _swsscommon.a in the python deb packages takes > 33 MB, and it is not used.
Remove it to save disk space.
Can --disable-static be used to disable building the static libraries entirely?
Changes in this PR were done in #700.