I realize that I created a 32-bit binary, and would have been better off creating a 64-bit one as it's more common these days. Unfortunately to create both flavors, I realized I'd have to have 2 distinct Linux installs. Unlike on Windows.
i thnk 64bit binaries on linux of PM would be stable. no need really to build a 32bit version. most distros give 64 bit FF with 64 bit OS. so should be stable enough.
I already enabled the optimizations intended - results are simply not significant, apparently.
yeah, apparently. i think the optimisation switches are not even worth the effort it takes to type them. which linux distro did you install? during building/linking, how much did the CPU utilisation get? i mean, is building on linux faster and more multi-threaded than on windows? or did you still use a -j1 ? which vesion of GCC are you using?
Probably just as broken... It will still compile nsinstall and other tools from source and try to use them, even if the host OS won't support the created binaries.
i am mostly interested in the windows version of PM . i just want to find out if cross-compiling on linux with -OMGWTFAWESOME switch on GCC would make PM faster.
have you tried using LLVM/CLANG ? can FF even be built with LLVM?
how about the open-sourced "ekopath" compiler? that is supposed to build faster binaries than GCC.......
aww man, on linux the possibilities are enormous....
EDIT: all the building environment should be mentioned in the linux thread( like which distro, 32/64, compiler version, host CPU).