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 fix it! Here a snippet of %build section: %build #set openjdk11 for build export JAVA_HOME=%{_jvmdir}/java-11-openjdk export CFLAGS="${RPM_OPT_FLAGS}" export CXXFLAGS="${RPM_OPT_FLAGS}" %mvn_build --skip-javadoc %{cmake} -DPORT="Java" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -DSHOW_BINDINGS_GENERATION_PROGRESS=1 -DENABLE_EXPERIMENTAL_FEATURES=ON ./modules/javafx.web/src/main/native %{cmake_build} Thanks for help Regards Nicolas De Amicis
_______________________________________________ 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