Abdelrazak Younes wrote:
One bug though: When I pass CCFLAGS="-O3 -w" to scons, I see that the
options is just appended to the default options (-O2 -Wall), ex:
g++ -o release\common\frontends\qt3\QCommandBuffer.o -c -O3 -w -Wall -O2
This happens also with frontend=qt4 but this is new.
Some other bugs for you Bo:
I build lyx-qt3 with:
scons CCFLAGS="-O3 -w" mode=release frontend=qt3
qt_dir=d:/program/Qt/3.3 extra_inc_path=d:/program/Aspell-0.60.4/include
extra_lib_path=d:/program/Aspell-0.60.4/lib fast_start=no nls=yes
gettext=included -j3 prefix=d:/program/lyx-svn install
and lyx-qt4 with:
scons CCFLAGS="-O3 -w" mode=release qt_dir=d:/program/Qt/4.1.3
extra_inc_path=d:/program/Aspell-0.60.4/include
extra_lib_path=d:/program/Aspell-0.60.4/lib fast_start=no nls=yes
gettext=included -j3 prefix=d:/program/lyx-svn install
First bug: switching from one to another make all the checks to be done
again (the cache is not used).
Second bug: after switching, even though I can see that the exact same
options are used scons insists on recompiling the common file instead of
reusing them.
Abdel.