|
From: <sv...@va...> - 2008-04-22 23:01:14
|
Author: sewardj Date: 2008-04-23 00:01:15 +0100 (Wed, 23 Apr 2008) New Revision: 7910 Log: wibble Modified: branches/HGDEV/docs/internals/BIG_APP_NOTES.txt Modified: branches/HGDEV/docs/internals/BIG_APP_NOTES.txt =================================================================== --- branches/HGDEV/docs/internals/BIG_APP_NOTES.txt 2008-04-22 21:58:38 UTC (rev 7909) +++ branches/HGDEV/docs/internals/BIG_APP_NOTES.txt 2008-04-22 23:01:15 UTC (rev 7910) @@ -71,9 +71,11 @@ cd ooo-build export ARCH_FLAGS="-g -O" +#export ARCH_FLAGS="-g -O -fno-inline -fno-inline-functions" +# very slow, and not helpful ./autogen.sh --with-distro=SUSE-10.2 --with-java=no ---disable-gstreamer --disable-mono + --disable-gstreamer --disable-mono # --with-max-jobs=2 --with-num-cpus=2 sounds good on paper, but often # cause the build to fail @@ -97,8 +99,8 @@ # eventually ... -./bin/ooinstall ~/Tools/OOPlay/Inst01 -cd ~/Tools/OOPlay/Inst01 +./bin/ooinstall ~/OOoBuild/Inst01 +cd ~/OOoBuild/Inst01 valgrind -v ./program/soffice.bin @@ -108,12 +110,12 @@ # cd build/ooh680-m12 . ./LinuxX86Env.Set.sh (or ". ./LinuxX86-64Env.Set.sh") -./solenv/bin/linkoo ~/Tools/OOPlay/Inst01 +./solenv/bin/linkoo ~/OOoBuild/Inst01 # # This replaces all the .so's in the install tree with symlinks # back into the build tree, so you can then re-run without # having to endlessly reinstall. It also creates 'ooenv' in -# ~/Tools/OOPlay/Inst01/program, which needs to be sourced +# ~/OOoBuild/Inst01/program, which needs to be sourced # once before running. # # So having changed something in OOo, eg in svx/, do: |