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
Hello, I'm trying to build libjfxwebkit.so for openjfx
(https://src.fedoraproject.org/rpms/openjfx).
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 fi