On Jul 19, 9:51 pm, Drakou <[EMAIL PROTECTED]> wrote: > Is it normal that the so library files are enormous in comparaison to > the same x86 builds ? How can I make them smaller ? > Is there some files in the firefox directory that I can delete ? I > plan to use the GTKembed widget in my program.
are you building --enable-debug or --enable-debugger-info-modules? most embedders do --disable-debug and --enable-strip (or something like it). posting your complete mozconfig is a good start also you should indicate your complete toolchain (os distro, kernel version, libc vendor/version, compiler vendor/version, binutils version, ld version ... - if i've neglected some core piece of the toolchain, it's not intentional please list it...) _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
