Peter Kümmel wrote:
Abdelrazak Younes wrote:
[...]
On the last point, I am not sure this is due to the compiler difference.
Lyx/Mingw was compiled with -O3 and I don't know which optimization was
enabled in the official Qt4/Mingw package. Also, I don't know which, if
any, optimization were passed to the Msvc compiler.
Here a line of an older message from you:
cl /nologo /TP /EHsc /wd4819 /wd4996 /ID:\program\GnuWin32\include
/ID:\program\Aspell-0.60.4\include /ID:\devel\lyx\trunk\boost
/ID:\devel\lyx\trunk\src /c msvc\common\support\package.C
/Fomsvc\common\support\package.obj
It seems no optimization is enabled, but I'm not sure about the default
values.
Good news! I guess there is some support for that in scons. Let's wait
for Bo.
As I could remember it links against QtCore4.lib not QtCored4.lib
so the release version of Qt is used.
Yes but I don't know if the Q..Win patch enables optimization...
Abdel.