On 24.09.2020 10:37, Nicolas De Amicis wrote:
> When I compile with cmake on my fedora 32, the .so has a size of 88 Mb
> but when I run with fedpkg --release f33 local the .so has a size of 2.2
> Gb! I don't understand why is so big and how to fix it!

88 Mb - stripped binary.
2.2 GB - non-stripped binary (incl. debug information).

This is absolutely normal. Rpmbuild will automatically strip all
binaries to -debuginfo subpackage on the final stage.

-- 
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to